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:
parent
4e5d736651
commit
9eb1d3a724
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue