Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CustomProfileFields: Use styled UserItem for (unknown user)
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)
- Loading branch information