docs: Add some more links to new soft deactivation documentation.

This commit is contained in:
Tim Abbott
2019-03-07 17:48:54 -08:00
parent 010c02af09
commit 051bbf9f35
2 changed files with 8 additions and 0 deletions

View File

@@ -1488,6 +1488,9 @@ def create_user_messages(message: Message,
# case the notifications code will call `access_message` on the
# message to re-verify permissions, and for private streams,
# will get an error if the UserMessage row doesn't exist yet.
#
# See https://zulip.readthedocs.io/en/latest/subsystems/sending-messages.html#soft-deactivation
# for details on this system.
user_messages = []
for um in ums_to_create:
if (um.user_profile_id in long_term_idle_user_ids and