minor fix

pull/941/head
ryanzhao 1 year ago
parent 30e4ad691b
commit cd95212918

@ -111,7 +111,7 @@ public extension DisappearingMessagesJob {
.filter(Interaction.Columns.serverHash == hash) .filter(Interaction.Columns.serverHash == hash)
.updateAll( .updateAll(
db, db,
Interaction.Columns.expiresStartedAtMs.set(to: Double(lastReadTimestampMs)) Interaction.Columns.expiresStartedAtMs.set(to: Double(lastReadTimestampMs)),
Interaction.Columns.expiresInSeconds.set(to: expiresInSeconds) Interaction.Columns.expiresInSeconds.set(to: expiresInSeconds)
) )
} }

Loading…
Cancel
Save