1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00

3.5.140. Fixed navigation for hosts in the directory. Potential fix for weird "Welcome to the chat room!" messages, which is a race condition afaik.

This commit is contained in:
SirStendec 2016-03-24 20:04:39 -04:00
parent 4e5d736651
commit 9eb1d3a724
2 changed files with 7 additions and 4 deletions

View file

@ -834,6 +834,9 @@ FFZ.prototype._modify_chat_line = function(component, is_vod) {
var el = this.get('element'),
output = this.buildSenderHTML();
if ( el.tagName === 'DIV' )
return this.rerender();
if ( this.get('msgObject.deleted') )
output += this.buildDeletedMessageHTML()
else