Remove (seemingly) unnecessary hack

This commit is contained in:
nielsandriesse 2021-05-28 09:24:03 +10:00
parent e72c6d4cbd
commit ff1d2d2f28
1 changed files with 0 additions and 1 deletions

View File

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