zulip/zulip-flutter

autocomplete: Follow new "Who can mention this group" setting for whether to include user groups

Open

#1,776 创建于 2025年7月31日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Dart (456 fork)github user discovery
a-composehelp wantedserver-9

仓库指标

Star
 (454 star)
PR 合并指标
 (PR 指标待抓取)

描述

In our initial implementation #1745 of user-group autocomplete #233, we just use is_system_group to decide which active user-groups should be included in autocomplete. This is correct for older servers, but modern servers include a can_mention_group field that we should use instead.

Prerequisites:

  • #814

Implementation

Docs: search for can_mention_group: in https://zulip.com/api/register-queue

贡献者指南