Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to discordgo upstream again (#1759) | Wim | 2022-03-12 | 2 | -2/+2 |
| | | | | | * Switch to upstream discordgo again * Fix discord api changes | ||||
* | Use valid transmitter Log default (discord) (#1402) | Qais Patankar | 2021-02-15 | 1 | -1/+1 |
| | | | | | | * Use valid transmitter Log default (discord) Using a logger created by `log.NewEntry(nil)` would crash. (matterbridge does not encounter this issue as it updates the Log field manually.) | ||||
* | Pick up all the webhooks (discord) (#1383) | Wim | 2021-02-01 | 1 | -1/+0 |
| | |||||
* | Improve Markdown in transmitter docs (discord) (#1351) | Qais Patankar | 2021-01-03 | 1 | -6/+7 |
| | |||||
* | Remove WebhookURL support (discord) | Qais Patankar | 2020-12-13 | 1 | -1/+1 |
| | |||||
* | Add initial transmitter implementation (discord) | Qais Patankar | 2020-12-13 | 2 | -0/+289 |
This has been tested with one webhook in one channel. Sends, edits and deletions work fine |