1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-28 08:39:13 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Niko Köser
d8877b86dd
Update service/msteams/ms_teams.go
Co-authored-by: Renan Bastos <renanbastos.tec@gmail.com>
2021-01-31 01:18:22 +01:00
Niko Köser
94e2bf0c5c
chore(lint): apply changes suggested by golangci-lint 2021-01-29 19:53:31 +01:00
Niko Köser
e83d90888b
refactor(name): remove underscore from package name (golint: var-naming) 2021-01-29 19:50:19 +01:00
Niko Köser
0b810ff5fa
chore(comment): fix grammar in method comment 2021-01-29 19:44:45 +01:00
Niko Köser
5c54aadb72
feat(service): add support for Microsoft Teams 2021-01-29 19:25:38 +01:00
Niko Köser
1fa62bf33c
refactor(service): remove obsolete listener from Telegram struct 2021-01-29 19:24:22 +01:00
Mischa
229e3f7cda
Fixed copy-paste error in comment
COPY PASTE STRIKES AGAIN!
2021-01-29 11:06:20 +13:00
KrishanBhalla
f25c2a062f comments 2021-01-26 22:50:42 +00:00
KrishanBhalla
98fa724d69 Comment to elaborate on slack apps 2021-01-26 22:49:15 +00:00
KrishanBhalla
0184a24780 changed package name to 'slack' 2021-01-26 22:30:13 +00:00
KrishanBhalla
490aef2c76 slack service 2021-01-26 22:25:16 +00:00
Niko Köser
fe13109519
docs(comment): add comments pointing to useful resources 2021-01-26 11:31:33 +01:00
Niko Köser
9acc5f6116
fix(discord): add gateway intent to discord client
The discord client was missing its gateway intent. Basically meaning the
API didn't know what the bot is allowed to do, so sending messages would
fail with 'Error 401: Unauthorized'.
Added only the intent to send messages (2048) and now everything is
working as intended.
2021-01-26 09:22:55 +01:00
Niko Köser
eda3e18914
docs(comment): correct function name in comment 2021-01-26 09:22:36 +01:00
Niko Köser
9df832cd3e
docs(comment): add missing comment to pseudo struct 2021-01-26 09:21:47 +01:00
Niko Köser
641a640173
feat(discord): add support for various authentication methods 2021-01-25 06:08:57 +01:00
Niko Köser
b9c0efe21f
refactor(lib): comment and clean up code 2021-01-25 05:05:28 +01:00
Niko Köser
911b879574
feat: init project 2021-01-25 00:14:21 +01:00