Skip to content

Commit 1ad07dd

Browse files
committed
api: Mark GetServerSettingsResult.realmWebPublicAccessEnabled as required, relying on server 5+, FL 116+
See "Feature level 116" from Zulip API changelog: https://zulip.com/api/changelog Signed-off-by: Zixuan James Li <[email protected]>
1 parent b4eff26 commit 1ad07dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/api/route/realm.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class GetServerSettingsResult {
4949
final String realmName;
5050
final String realmIcon;
5151
final String realmDescription;
52-
final bool? realmWebPublicAccessEnabled; // TODO(server-5)
52+
final bool realmWebPublicAccessEnabled;
5353

5454
GetServerSettingsResult({
5555
required this.authenticationMethods,

lib/api/route/realm.g.dart

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)