core: fix changing profile of prepared chats losing chat items (#6843)

This commit is contained in:
spaced4ndy
2026-04-20 13:28:01 +00:00
committed by GitHub
parent d3a2c9d08d
commit e8d16349ae
3 changed files with 32 additions and 0 deletions
+8
View File
@@ -429,6 +429,14 @@ updatePreparedContactUser
WHERE contact_profile_id = ?
|]
(newUserId, currentTs, profileId)
DB.execute
db
[sql|
UPDATE chat_items
SET user_id = ?, updated_at = ?
WHERE contact_id = ?
|]
(newUserId, currentTs, contactId)
safeDeleteLDN db user oldLDN
getContact db vr newUser contactId