zulip/zulip-terminal

Add guest user suffix, depending on organization setting

開放

#1,444 建立於 2023年11月29日

 (13 則留言) (0 個反應) (0 位負責人)Python (352 個分叉)github user discovery
area: UIfeature parity: 08help wanted

倉庫指標

星標
 (855 顆星)
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.

貢獻者指南