mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
broadcast messages to all clients, send also number of outstanding syncs
This commit is contained in:
@@ -165,5 +165,8 @@ ws.onmessage = function (event) {
|
||||
|
||||
noteEditor.reload();
|
||||
}
|
||||
|
||||
const changesToPushCountEl = $("#changesToPushCount");
|
||||
changesToPushCountEl.html(message.changesToPushCount);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user