|
@@ -356,7 +356,8 @@ function onRoomUpdated() {
|
|
|
prevMsg = msg;
|
|
prevMsg = msg;
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
- } // else message got removed
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ // else message got removed
|
|
|
}
|
|
}
|
|
|
if (MSG_GROUPS[currentGroup]) {
|
|
if (MSG_GROUPS[currentGroup]) {
|
|
|
if (MSG_GROUPS[currentGroup].messages[currentMsgInGroup] === msg.id) {
|
|
if (MSG_GROUPS[currentGroup].messages[currentMsgInGroup] === msg.id) {
|