From 3df7f0472d7754885022c5ba594faf979fadbb14 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Tue, 22 May 2018 17:23:20 -0400 Subject: [PATCH] Add `chat:pre-send-message` event for outgoing message processing. (Does not currently allow you to modify the message. Fixan issue with the emote menu. Add setting to always show deleted messages. --- changelog.html | 7 +++++ src/main.js | 2 +- src/modules/chat/index.js | 12 ++++++++ .../modules/chat/emote_menu.jsx | 2 +- .../twitch-twilight/modules/chat/index.js | 11 +++++++ .../twitch-twilight/modules/chat/line.js | 15 ++++++++-- src/utilities/events.js | 29 ++++++++++++++++++- styles/chat.scss | 11 +++++++ 8 files changed, 84 insertions(+), 5 deletions(-) diff --git a/changelog.html b/changelog.html index af58d03d..41fc42a0 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,10 @@ +
4.0.0-rc1.11@eed9eb9f5eb9acdb58ac
+ +
4.0.0-rc1.10@d27dc686044b45c844e4