@@ -489,23 +489,20 @@ class PerAccountStore extends PerAccountStoreBase with
489
489
groups: UserGroupStoreImpl (core: core,
490
490
groups: initialSnapshot.realmUserGroups),
491
491
realm: realm,
492
- emoji: EmojiStoreImpl (
493
- core : core, allRealmEmoji: initialSnapshot.realmEmoji),
492
+ emoji: EmojiStoreImpl (core : core,
493
+ allRealmEmoji: initialSnapshot.realmEmoji),
494
494
userSettings: initialSnapshot.userSettings,
495
- savedSnippets: SavedSnippetStoreImpl (
496
- core : core, savedSnippets: initialSnapshot.savedSnippets ?? []),
495
+ savedSnippets: SavedSnippetStoreImpl (core : core,
496
+ savedSnippets: initialSnapshot.savedSnippets ?? []),
497
497
typingNotifier: TypingNotifier (realm: realm),
498
498
users: UserStoreImpl (core: core, initialSnapshot: initialSnapshot),
499
499
typingStatus: TypingStatus (realm: realm),
500
500
presence: Presence (realm: realm,
501
501
initial: initialSnapshot.presences),
502
502
channels: channels,
503
503
messages: MessageStoreImpl (realm: realm),
504
- unreads: Unreads (
505
- initial: initialSnapshot.unreadMsgs,
506
- core: core,
507
- channelStore: channels,
508
- ),
504
+ unreads: Unreads (core: core, channelStore: channels,
505
+ initial: initialSnapshot.unreadMsgs),
509
506
recentDmConversationsView: RecentDmConversationsView (core: core,
510
507
initial: initialSnapshot.recentPrivateConversations),
511
508
recentSenders: RecentSenders (),
0 commit comments