-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Doesn’t update my own avatar #3397
Comments
Thanks for reporting this. |
This actually highlights something we should be doing as preparation for the Queue 2.0 project. Once we move to Queue 2.0, our data structures will no longer be automatically reset all the time by doing new So we should probably prioritize doing a full audit of all of the event types produced by the zulip backend and whether the mobile app is correctly updating its data structures. I think reading |
That is a good point. I have started the audit and will document anything missing in a new issue. FYI: I am already working on the users updating code as that is the most important missing functionality for Queue 2.0 |
Fixes #zulip#3397 Part of ...???
Fixes #zulip#3397 Part of ...???
Fixes #zulip#3397 Part of ...???
Fixes #zulip#3397 Part of ...???
Fixes #zulip#3397 Part of ...???
Fixes zulip#3397 Part of zulip#3408 Handles the three types of user data updates possible: * full name * avatar * custom profile field Extra care is taken not to mutate the state if not necessary. This is done for two reasons: * currently editing values throught he web app causes two events, one of which is not necessary (maybe should be fixed) * this is likely the largest state, doing an extra `isEqual` can save copying all this data
My mobile app never refetched my avatar after I created it on Gravatar. It still shows the autogenerated pattern in the bottom bar and the user list, although it shows the correct picture with my messages in the message list.
The text was updated successfully, but these errors were encountered: