From cccbf966c1e78cdd25298a8e91033a5045631e6d Mon Sep 17 00:00:00 2001 From: Dragory Date: Sun, 11 Mar 2018 21:59:00 +0200 Subject: [PATCH] Fix link in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd13ba7..f975b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. ## 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 `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