Skip to content

Commit 4c1be93

Browse files
committed
model [nfc]: Remove TODO(server-6) where there's nothing to do
This isn't a case of special backward-compat code to be trimmed out; the backwards compatibility was simply that older servers wouldn't exercise this code. Fixes-partly: zulip#1837
1 parent e8ac639 commit 4c1be93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/model/model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ enum CustomProfileFieldType {
9797
link(apiValue: 5),
9898
user(apiValue: 6),
9999
externalAccount(apiValue: 7),
100-
pronouns(apiValue: 8), // TODO(server-6) newly added
100+
pronouns(apiValue: 8),
101101
unknown(apiValue: null);
102102

103103
const CustomProfileFieldType({

0 commit comments

Comments
 (0)