Skip to content

Commit 00cf20d

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 6ebf48f commit 00cf20d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: Modernize this once we get to #267
38+
final String? zulipMergeBase;
3839

3940
final bool pushNotificationsEnabled;
4041
final bool isIncompatible;

lib/api/route/realm.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)