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 c7863c0 commit ba65dc5Copy full SHA for ba65dc5
test/example_data.dart
@@ -971,7 +971,7 @@ InitialSnapshot initialSnapshot({
971
realmMandatoryTopics: realmMandatoryTopics ?? true,
972
realmWaitingPeriodThreshold: realmWaitingPeriodThreshold ?? 0,
973
realmAllowMessageEditing: realmAllowMessageEditing ?? true,
974
- realmMessageContentEditLimitSeconds: realmMessageContentEditLimitSeconds ?? 600,
+ realmMessageContentEditLimitSeconds: realmMessageContentEditLimitSeconds,
975
realmDefaultExternalAccounts: realmDefaultExternalAccounts ?? {},
976
maxFileUploadSizeMib: maxFileUploadSizeMib ?? 25,
977
serverEmojiDataUrl: serverEmojiDataUrl
0 commit comments