Skip to content

Commit b9948fa

Browse files
committed
TODO api: Add TODO to modernize GetServerSettingsResult.zulipMergeBase
Marked as TODO as this might change in the future. See zulip#904 (comment). See "Feature level 88" from Zulip API changelog: https://zulip.com/api/changelog Signed-off-by: Zixuan James Li <[email protected]>
1 parent 4c840bc commit b9948fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/api/route/realm.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class GetServerSettingsResult {
3434

3535
final int zulipFeatureLevel;
3636
final String zulipVersion;
37-
final String? zulipMergeBase; // TODO(server-5)
37+
// TODO(server-5): Modernize this once we get to #267.
38+
final String? zulipMergeBase;
3839

3940
final bool pushNotificationsEnabled;
4041
final bool isIncompatible;

0 commit comments

Comments
 (0)