@ -1900,6 +1904,8 @@ export default class ChatBubbles {
@@ -1900,6 +1904,8 @@ export default class ChatBubbles {
if(msgId>0&&msgId<=maxId){
constbubble=this.bubbles[msgId];
if(bubble){
this.unreadOut.delete(msgId);
if(bubble.classList.contains('is-outgoing')){
continue;
}
@ -1907,8 +1913,6 @@ export default class ChatBubbles {
@@ -1907,8 +1913,6 @@ export default class ChatBubbles {
bubble.classList.remove('is-sent','is-sending','is-outgoing');// is-sending can be when there are bulk of updates (e.g. sending command to Stickers bot)