mirror of https://github.com/zulip/zulip.git
99c0b0e79f
In Zulip, we mark messages that you send to yourself as read if and only if they were sent from a known client that represents a human user use case. The purpose of this logic is to (1) mark messages humans send as read while (2) still making it convenient to have a bot that sends messages to yourself for something like Google calendar, where you actually want to read those messages. It's possible that we want to move the control for this behavior into a client-specific flag rather than doing this off User-Agent. Fixes #3694. |
||
---|---|---|
.. | ||
fixtures | ||
lib | ||
management | ||
migrations | ||
templatetags | ||
tests | ||
tornado | ||
views | ||
webhooks | ||
worker | ||
__init__.py | ||
apps.py | ||
context_processors.py | ||
decorator.py | ||
exceptions.py | ||
filters.py | ||
forms.py | ||
logging_handlers.py | ||
middleware.py | ||
models.py | ||
static_header.txt | ||
storage.py |