mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Ensure message deletion marks event deleted.
This commit is contained in:
committed by
Greyson Parrelli
parent
c881c67f5e
commit
3e63ac46b4
@@ -229,7 +229,10 @@ class CallTable(context: Context, databaseHelper: SignalDatabase) : DatabaseTabl
|
||||
|
||||
db
|
||||
.update(TABLE_NAME)
|
||||
.values(DELETION_TIMESTAMP to System.currentTimeMillis())
|
||||
.values(
|
||||
EVENT to Event.serialize(Event.DELETE),
|
||||
DELETION_TIMESTAMP to System.currentTimeMillis()
|
||||
)
|
||||
.where(where, type)
|
||||
.run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user