Skip to content

Commit ba65dc5

Browse files
committed
test: eg.initialSnapshot.realmMessageContentEditLimitSeconds default null
1 parent c7863c0 commit ba65dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/example_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ InitialSnapshot initialSnapshot({
971971
realmMandatoryTopics: realmMandatoryTopics ?? true,
972972
realmWaitingPeriodThreshold: realmWaitingPeriodThreshold ?? 0,
973973
realmAllowMessageEditing: realmAllowMessageEditing ?? true,
974-
realmMessageContentEditLimitSeconds: realmMessageContentEditLimitSeconds ?? 600,
974+
realmMessageContentEditLimitSeconds: realmMessageContentEditLimitSeconds,
975975
realmDefaultExternalAccounts: realmDefaultExternalAccounts ?? {},
976976
maxFileUploadSizeMib: maxFileUploadSizeMib ?? 25,
977977
serverEmojiDataUrl: serverEmojiDataUrl

0 commit comments

Comments
 (0)