Fix link in CHANGELOG

master
Dragory 2018-03-11 21:59:00 +02:00
parent 2042f58fcf
commit cccbf966c1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* Added the ability to schedule a thread to close by specifying a time after `!close`, e.g. `!close 1h`. The scheduling is cancelled if a new message is sent to or received from the user. * Added the ability to schedule a thread to close by specifying a time after `!close`, e.g. `!close 1h`. The scheduling is cancelled if a new message is sent to or received from the user.
## v2.1.0 ## v2.1.0
* Added typing proxy (https://github.com/Dragory/modmailbot/pull/48): * Added typing proxy ([#48](https://github.com/Dragory/modmailbot/pull/48)):
* If the `typingProxy` config option is enabled, any time a user is typing to modmail in their DMs, the modmail thread will show the bot as "typing" * If the `typingProxy` config option is enabled, any time a user is typing to modmail in their DMs, the modmail thread will show the bot as "typing"
* If the `typingProxyReverse` config option is enabled, any time a moderator is typing in a modmail thread, the user will see the bot "typing" in their DMs * If the `typingProxyReverse` config option is enabled, any time a moderator is typing in a modmail thread, the user will see the bot "typing" in their DMs