-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
Exclude unknown users from lists of users (for limited guests) #5808
Labels
P1 high-priority
webapp parity
Features that exist in the webapp that we need to port to mobile. We aren't aiming for full parity.
Comments
gnprice
added
P1 high-priority
webapp parity
Features that exist in the webapp that we need to port to mobile. We aren't aiming for full parity.
labels
Dec 22, 2023
chrisbobbe
added a commit
to chrisbobbe/zulip-mobile
that referenced
this issue
Dec 22, 2023
Since zulip#5790 last month, UserItem has been prepared to gracefully handle users we don't know about. Use that, instead of special-casing with a plain ZulipTextIntl, which we'd been doing since 2022-06 (0a10831) when CustomProfileFields was added. The change won't be visible unless a given user object is actually absent; that'll start happening when we do zulip#5808. See screenshots: zulip#5809 (comment)
chrisbobbe
added a commit
to chrisbobbe/zulip-mobile
that referenced
this issue
Jan 4, 2024
Since zulip#5790 last month, UserItem has been prepared to gracefully handle users we don't know about. Use that, instead of special-casing with a plain ZulipTextIntl, which we'd been doing since 2022-06 (0a10831) when CustomProfileFields was added. The change won't be visible unless a given user object is actually absent; that'll start happening when we do zulip#5808. See screenshots: zulip#5809 (comment)
chrisbobbe
added a commit
to chrisbobbe/zulip-mobile
that referenced
this issue
Jan 4, 2024
Since zulip#5790 last month, UserItem has been prepared to gracefully handle users we don't know about. Use that, instead of special-casing with a plain ZulipTextIntl, which we'd been doing since 2022-06 (0a10831) when CustomProfileFields was added. The change won't be visible unless a given user object is actually absent; that'll start happening when we do zulip#5808. See screenshots: zulip#5809 (comment)
chrisbobbe
added a commit
to chrisbobbe/zulip-mobile
that referenced
this issue
Jan 5, 2024
Since zulip#5790 last month, UserItem has been prepared to gracefully handle users we don't know about. Use that, instead of special-casing with a plain ZulipTextIntl, which we'd been doing since 2022-06 (0a10831) when CustomProfileFields was added. The change won't be visible unless a given user object is actually absent; that'll start happening when we do zulip#5808. See screenshots: zulip#5809 (comment)
This comment was marked as duplicate.
This comment was marked as duplicate.
1 similar comment
This comment was marked as duplicate.
This comment was marked as duplicate.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P1 high-priority
webapp parity
Features that exist in the webapp that we need to port to mobile. We aren't aiming for full parity.
This is the remaining item from #5787, for comfortably supporting Zulip Server 8's new "limited guests" feature.
We should pass the new
user_list_incomplete
client capability. That should solve this symptom:See details in discussion at #5787.
The text was updated successfully, but these errors were encountered: