File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -385,6 +385,12 @@ abstract class PerAccountStoreBase {
385
385
/// This returns null if [reference] fails to parse as a URL.
386
386
Uri ? tryResolveUrl (String reference) => _tryResolveUrl (realmUrl, reference);
387
387
388
+ /// Always equal to `connection.zulipFeatureLevel`
389
+ /// and `account.zulipFeatureLevel` .
390
+ int get zulipFeatureLevel => connection.zulipFeatureLevel! ;
391
+
392
+ String get zulipVersion => account.zulipVersion;
393
+
388
394
////////////////////////////////
389
395
// Data attached to the self-account on the realm.
390
396
@@ -558,11 +564,6 @@ class PerAccountStore extends PerAccountStoreBase with ChangeNotifier, EmojiStor
558
564
////////////////////////////////
559
565
// Data attached to the realm or the server.
560
566
561
- /// Always equal to `connection.zulipFeatureLevel`
562
- /// and `account.zulipFeatureLevel` .
563
- int get zulipFeatureLevel => connection.zulipFeatureLevel! ;
564
-
565
- String get zulipVersion => account.zulipVersion;
566
567
final RealmWildcardMentionPolicy realmWildcardMentionPolicy; // TODO(#668): update this realm setting
567
568
final bool realmMandatoryTopics; // TODO(#668): update this realm setting
568
569
/// For docs, please see [InitialSnapshot.realmWaitingPeriodThreshold] .
You can’t perform that action at this time.
0 commit comments