Fix messages heading update when message is deleted

This commit is contained in:
Anton Khorev 2023-12-26 04:46:35 +03:00
parent f41bb4c325
commit d1763dd526
10 changed files with 60 additions and 7 deletions

View file

@ -22,6 +22,8 @@ $(document).ready(function () {
$(".user-button").before(data.inboxanchor);
$("#inbox-count").replaceWith(data.inbox_count);
$("#outbox-count").replaceWith(data.outbox_count);
$("#muted-count").replaceWith(data.muted_count);
}
function updateReadState(target, isRead) {