docs: Delete legacy presence subsystem page.

Everything on this page is now better explained in the API
documentation for presence.
This commit is contained in:
Tim Abbott
2025-06-19 14:40:39 -07:00
parent 01935c5be2
commit 8179a31dc7
8 changed files with 12 additions and 81 deletions

View File

@@ -30,8 +30,7 @@ def send_presence_changed(
# sends a message, recipients may still see that user as offline!
# We solve that by sending an immediate presence update clients.
#
# See https://zulip.readthedocs.io/en/latest/subsystems/presence.html for
# internals documentation on presence.
# The API documentation explains this interaction in more detail.
if settings.CAN_ACCESS_ALL_USERS_GROUP_LIMITS_PRESENCE:
user_ids = get_user_ids_who_can_access_user(user_profile)
else: