We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56964b1 commit 6354f28Copy full SHA for 6354f28
test/example_data.dart
@@ -450,7 +450,11 @@ InitialSnapshot initialSnapshot({
450
subscriptions: subscriptions ?? [], // TODO add subscriptions to default
451
unreadMsgs: unreadMsgs ?? _unreadMsgs(),
452
streams: streams ?? [], // TODO add streams to default
453
- userSettings: userSettings, // TODO add userSettings to default
+ userSettings: userSettings ?? UserSettings(
454
+ twentyFourHourTime: false,
455
+ displayEmojiReactionUsers: true,
456
+ emojiset: Emojiset.google,
457
+ ),
458
realmDefaultExternalAccounts: realmDefaultExternalAccounts ?? {},
459
maxFileUploadSizeMib: maxFileUploadSizeMib ?? 25,
460
realmUsers: realmUsers ?? [],
0 commit comments