mirror of https://github.com/zulip/zulip.git
9b8713fc1e
The subscriber list was not updating without a refresh on reactivating user, because the subscriptions data with the client was not updated on reactivation. This commit adds code to send peer_add subscription events on reactivating the user. We do not send peer_remove events on deactivating the user, but the subscriber list is still live-updated because we have the data of the streams which the deactivated user is susbcribed to and the clients itself updates the data and UI on receiving event of deactivation of user, which it is not possible when reactivating the user. Fixes #20383. |
||
---|---|---|
.. | ||
data_import | ||
integration_fixtures/nagios | ||
lib | ||
management | ||
migrations | ||
openapi | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
signals.py |