zulip/zulip-terminal
Add guest user suffix, depending on organization setting
开放
#1,444 创建于 2023年11月29日
area: UIfeature parity: 08help wanted
仓库指标
- 星标
- (853 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
From feature level 216 (Zulip 8.0), realm_enable_guest_user_indicator is present in the response from register (and in events), which should control whether we add a (guest) suffix to users with that role.
The web app UI needs checking for which locations this appears, which likely needs a development environment in order to explore behavior for when this setting is enabled or otherwise.
We should also confirm that
- the suffix wasn't present unconditionally prior to this
- this behaves correctly in a backwards-compatible way
However, this will also need tests, which may need to be feature level (ZFL) dependent.