Fix bug where image wasn't showing after send.

This commit is contained in:
Greyson Parrelli
2026-02-09 09:05:57 -05:00
committed by Michelle Tang
parent a0c55baf39
commit ed56c21e5b

View File

@@ -1966,6 +1966,7 @@ class AttachmentTable(
Log.d(TAG, "[updateMessageId] Updated $updatedCount out of $attachmentIdSize ids.")
}
AppDependencies.databaseObserver.notifyMessageUpdateObservers(MessageId(mmsId))
}
fun createRemoteKeyIfNecessary(attachmentId: AttachmentId) {