Fix messages heading update when message is deleted
This commit is contained in:
parent
f41bb4c325
commit
d1763dd526
10 changed files with 60 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue