mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
settings: Show typeahead for pronouns type custom profile field.
User can add any pronouns in this field, but we just show some commonly used pronouns as suggestions in typeahead.
This commit is contained in:
@@ -116,6 +116,10 @@ IGNORED_PHRASES = [
|
||||
"Notification Bot",
|
||||
# Used in presence_enabled setting label
|
||||
r"invisible mode off",
|
||||
# Typeahead suggestions for "Pronouns" custom field type.
|
||||
r"he/him",
|
||||
r"she/her",
|
||||
r"they/them",
|
||||
]
|
||||
|
||||
# Sort regexes in descending order of their lengths. As a result, the
|
||||
|
||||
Reference in New Issue
Block a user