Skip to content

Commit 2d475c6

Browse files
committed
TODO api: Mark GetServerSettingsResult.realmWebPublicAccessEnabled as required, relying on server 5+, FL 116+
See zulip#904 (comment). See "Feature level 116" from Zulip API changelog: https://zulip.com/api/changelog Signed-off-by: Zixuan James Li <[email protected]>
1 parent 7e26e7a commit 2d475c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/api/route/realm.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class GetServerSettingsResult {
5151
final String realmName;
5252
final String realmIcon;
5353
final String realmDescription;
54-
final bool? realmWebPublicAccessEnabled; // TODO(server-5)
54+
final bool realmWebPublicAccessEnabled;
5555

5656
GetServerSettingsResult({
5757
required this.authenticationMethods,

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)