You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.