mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Remove first timestamp from genereated AutoMod queue messages (#3503)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
parent
9069dee4fb
commit
499d06fcd1
|
@ -48,6 +48,7 @@
|
||||||
- Minor: Add feedback when using the whisper command `/w` incorrectly. (#3439)
|
- Minor: Add feedback when using the whisper command `/w` incorrectly. (#3439)
|
||||||
- Minor: Add feedback when writing a non-command message in the `/whispers` split. (#3439)
|
- Minor: Add feedback when writing a non-command message in the `/whispers` split. (#3439)
|
||||||
- Minor: Opening streamlink through hotkeys and/or split header menu matches `/streamlink` command and shows feedback in chat as well. (#3510)
|
- Minor: Opening streamlink through hotkeys and/or split header menu matches `/streamlink` command and shows feedback in chat as well. (#3510)
|
||||||
|
- Minor: Removed timestamp from AutoMod messages. (#3503)
|
||||||
- Bugfix: Fix Split Input hotkeys not being available when input is hidden (#3362)
|
- Bugfix: Fix Split Input hotkeys not being available when input is hidden (#3362)
|
||||||
- Bugfix: Fixed colored usernames sometimes not working. (#3170)
|
- Bugfix: Fixed colored usernames sometimes not working. (#3170)
|
||||||
- Bugfix: Restored ability to send duplicate `/me` messages. (#3166)
|
- Bugfix: Restored ability to send duplicate `/me` messages. (#3166)
|
||||||
|
|
|
@ -96,7 +96,6 @@ std::pair<MessagePtr, MessagePtr> makeAutomodMessage(
|
||||||
|
|
||||||
//
|
//
|
||||||
// Builder for AutoMod message with explanation
|
// Builder for AutoMod message with explanation
|
||||||
builder.emplace<TimestampElement>();
|
|
||||||
builder.message().loginName = "automod";
|
builder.message().loginName = "automod";
|
||||||
builder.message().flags.set(MessageFlag::PubSub);
|
builder.message().flags.set(MessageFlag::PubSub);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue