Skip to content

Commit 7549789

Browse files
PIG208gnprice
authored andcommitted
api [nfc]: Update TODO on User.isBillingAdmin
While is_billing_admin has become required since feature level 73, it then got removed at feature level 363. See "Feature level 73" and "Feature level 363": https://zulip.com/api/changelog
1 parent 8c3cd76 commit 7549789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/model/model.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class User {
414414
// bool isOwner; // obsoleted by [role]; ignore
415415
// bool isAdmin; // obsoleted by [role]; ignore
416416
// bool isGuest; // obsoleted by [role]; ignore
417-
bool? isBillingAdmin; // TODO(server-5)
417+
bool? isBillingAdmin; // TODO(server-10)
418418
final bool isBot;
419419
final int? botType; // TODO enum
420420
int? botOwnerId;

0 commit comments

Comments
 (0)