Remove (seemingly) unnecessary hack

pull/419/head
nielsandriesse 4 years ago
parent e72c6d4cbd
commit ff1d2d2f28

@ -47,7 +47,6 @@ extension Storage {
attachment.albumMessageId = tsMessage.uniqueId! attachment.albumMessageId = tsMessage.uniqueId!
attachment.save(with: transaction) attachment.save(with: transaction)
} }
DispatchQueue.main.async { tsMessage.touch() } // FIXME: Hack for a thread updating issue
return tsMessage.uniqueId! return tsMessage.uniqueId!
} }

Loading…
Cancel
Save