Skip to content

Commit b19e29e

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 b42ed60 commit b19e29e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/api/route/realm.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ class GetServerSettingsResult {
3636

3737
final int zulipFeatureLevel;
3838
final String zulipVersion;
39-
final String? zulipMergeBase; // TODO(server-5)
39+
// TODO(server-5): Modernize this once we get to #267.
40+
final String? zulipMergeBase;
4041

4142
final bool pushNotificationsEnabled;
4243
final bool isIncompatible;

0 commit comments

Comments
 (0)