Preserve some settings after thread deletion.

This commit is contained in:
Greyson Parrelli
2025-01-24 15:23:02 -05:00
parent 90690a0a93
commit fa692690a2

View File

@@ -1942,11 +1942,9 @@ class ThreadTable(context: Context, databaseHelper: SignalDatabase) : DatabaseTa
SNIPPET_EXTRAS to null,
SNIPPET_MESSAGE_EXTRAS to null,
UNREAD_COUNT to 0,
ARCHIVED to 0,
STATUS to 0,
HAS_DELIVERY_RECEIPT to 0,
HAS_READ_RECEIPT to 0,
EXPIRES_IN to 0,
LAST_SEEN to 0,
HAS_SENT to 0,
LAST_SCROLLED to 0,