mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix deleting a disappeared message.
This commit is contained in:
committed by
jeffrey-signal
parent
3d78d5473e
commit
bd5f25ffc7
@@ -2319,6 +2319,7 @@ open class MessageTable(context: Context?, databaseHelper: SignalDatabase) : Dat
|
||||
}
|
||||
}
|
||||
|
||||
@Throws(NoSuchMessageException::class)
|
||||
fun markAsDeleteBySelf(messageId: Long) {
|
||||
val targetMessage: MessageRecord = getMessageRecord(messageId)
|
||||
markAsRemoteDelete(targetMessage, Recipient.self().id)
|
||||
|
||||
Reference in New Issue
Block a user