mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
Revert "Get unread messages from the server in the web app."
This reverts commit c953759486.
The client side logic for dealing with server counts is actually
fine, as far as we know, but there are still some data-related
issues with cleaning up old unread counts.
This commit is contained in:
@@ -480,7 +480,9 @@ exports.load_server_counts = function () {
|
||||
};
|
||||
|
||||
exports.initialize = function () {
|
||||
exports.load_server_counts();
|
||||
if (feature_flags.load_server_counts) {
|
||||
exports.load_server_counts();
|
||||
}
|
||||
};
|
||||
|
||||
return exports;
|
||||
|
||||
Reference in New Issue
Block a user