Skip to content

Commit 1d57df6

Browse files
committed
api: Mark 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 4abc8a1 commit 1d57df6

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
@@ -48,7 +48,7 @@ class GetServerSettingsResult {
4848
final String realmName;
4949
final String realmIcon;
5050
final String realmDescription;
51-
final bool? realmWebPublicAccessEnabled; // TODO(server-5)
51+
final bool realmWebPublicAccessEnabled;
5252

5353
GetServerSettingsResult({
5454
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)