Files
zulip/zerver/views/presence.py
Lauryn Menard 3428fe86d6 user-status: Move do_update_user_status to separate actions file.
We need to move this function to a separate actions file specifically
for `user_status` because otherwise we will have a circular import
between `actions/user_settings.py` and `actions/presence.py` in an
upcoming commit.

Prep commit for migrating "unavailable" user status feature to
"invisible" user presence feature.
2022-09-23 12:27:54 -07:00

7.0 KiB