-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presence data, and report presence #196
Labels
Milestone
Comments
gnprice
added
a-api
Implementing specific parts of the Zulip server API
a-model
Implementing our data model (PerAccountStore, etc.)
labels
Jun 16, 2023
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Aug 25, 2023
Added profile screen with user information and custom profile fields, linked from sender name and avatar in message list. Support in initial_snapshot and models for the related `RealmDefaultExternalAccounts` and `CustomUserProfileFields` also added, as event handling for `custom_profile_fields`. User presense (zulip#196) and user status (zulip#197) are not yet displayed or tracked here. Fixes: zulip#195
sirpengi
added a commit
to sirpengi/zulip-flutter
that referenced
this issue
Aug 25, 2023
Added profile screen with user information and custom profile fields, linked from sender name and avatar in message list. Support in initial_snapshot and models for the related `RealmDefaultExternalAccounts` and `CustomUserProfileFields` also added, as event handling for `custom_profile_fields`. User presence (zulip#196) and user status (zulip#197) are not yet displayed or tracked here. Fixes: zulip#195
77 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See subsystem doc:
https://zulip.readthedocs.io/en/latest/subsystems/presence.html
and API docs:
https://zulip.com/api/get-events#presence
https://zulip.com/api/get-presence
This is one of the handful of areas where the Zulip API remains underdocumented, so see also the corresponding code in zulip-mobile, and the references linked from zulip/zulip#13519 .
Once we're tracking presence data, it should appear in the UI at:
The text was updated successfully, but these errors were encountered: