Use server time in received IRC messages where available (#3026)

This commit is contained in:
Paweł
2021-07-17 18:22:25 +02:00
committed by GitHub
parent fa2fd4593b
commit a84e62c6bb
4 changed files with 29 additions and 8 deletions
+2
View File
@@ -4,6 +4,8 @@
- Major: Newly uploaded Twitch emotes are once again present in emote picker and can be autocompleted with Tab as well. (#2992)
- Minor: Added autocompletion in /whispers for Twitch emotes, Global Bttv/Ffz emotes and emojis. (#2999)
- Minor: Received Twitch messages now use the exact same timestamp (obtained from Twitch's server) for every Chatterino user instead of assuming message timestamp on client's side. (#3021)
- Minor: Received IRC messages use `time` message tag for timestamp if it's available. (#3021)
- Bugfix: Fixed "smiley" emotes being unable to be "Tabbed" with autocompletion, introduced in v2.3.3. (#3010)
- Dev: Ubuntu packages are now available (#2936)