mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Collapse messages should probably be called in the helper
This commit is contained in:
parent
a571e58bbc
commit
315d6f21b1
@ -963,7 +963,6 @@
|
||||
}
|
||||
|
||||
}
|
||||
collapse_messages();
|
||||
}
|
||||
|
||||
function process_message_users_cache_helper(key, usr) {
|
||||
@ -981,6 +980,7 @@
|
||||
parent.find(".authoravatar").prop("src", usr.avatar_url);
|
||||
}
|
||||
}
|
||||
collapse_messages();
|
||||
}
|
||||
|
||||
function collapse_messages() {
|
||||
|
Loading…
Reference in New Issue
Block a user