1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

3.5.422. Remove unnecessary logging line from chat-input. Tag messages from twitchnotify with special-message. Load the actual chat room in the background when VOD chat is open, thus loading emotes and generating CSS for badges and all of that. Fix VOD chat scroll throttling. Fix Clip URL generation. Closes #84.

This commit is contained in:
SirStendec 2017-01-27 23:28:30 -05:00
parent 8f75ca2d12
commit 8c5732cc5b
8 changed files with 52 additions and 23 deletions

View file

@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 421,
major: 3, minor: 5, revision: 422,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}