resolve a TODO

pull/941/head
Ryan Zhao 1 year ago
parent a3f8d9e81a
commit 3a3be0ca7b

@ -825,7 +825,7 @@ enum _003_YDBToGRDBMigration: Migration {
senderName: updateMessage.createdByRemoteName,
isEnabled: updateMessage.configurationIsEnabled,
durationSeconds: TimeInterval(updateMessage.configurationDurationSeconds),
type: .disappearAfterRead, // TODO: Distinguish between 1-1 and closed groups?
type: nil,
isPreviousOff: false
)
),

Loading…
Cancel
Save