Skip to content

Commit

Permalink
TODO api: Add TODO to modernize GetServerSettingsResult.zulipMergeBase
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
PIG208 committed Sep 10, 2024
1 parent 6ebf48f commit 00cf20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/api/route/realm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class GetServerSettingsResult {

final int zulipFeatureLevel;
final String zulipVersion;
final String? zulipMergeBase; // TODO(server-5)
// TODO: Modernize this once we get to #267
final String? zulipMergeBase;

final bool pushNotificationsEnabled;
final bool isIncompatible;
Expand Down
2 changes: 1 addition & 1 deletion lib/api/route/realm.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00cf20d

Please sign in to comment.