mirror of https://github.com/zulip/zulip.git
ffd0d822fe
Previously, if a user subscribed to a stream with history_public_to_subscribers, and then was looking at old messages in the stream, they would not get live-updates for that stream, because of the structure in how notify_reaction_update only looked at UserMessage rows (we had a previous workaround involving the `historical` field in `UserMessage` which had already made it work if the user themselves added the reaction). We fix this by including all subscribers with history access in the set of recipients for update events. Fixes a bug that was confused with #16942. |
||
---|---|---|
.. | ||
data_import | ||
lib | ||
management | ||
migrations | ||
openapi | ||
templatetags | ||
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 |