mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 23:18:34 +00:00
Fix bug causing profile updates to unarchive threads.
This commit is contained in:
parent
6b82e6b5ac
commit
8044d2390c
@ -673,7 +673,7 @@ public class SmsDatabase extends MessagingDatabase {
|
||||
|
||||
db.insert(TABLE_NAME, null, values);
|
||||
|
||||
DatabaseFactory.getThreadDatabase(context).update(threadId, true);
|
||||
DatabaseFactory.getThreadDatabase(context).update(threadId, false);
|
||||
notifyConversationListeners(threadId);
|
||||
ApplicationDependencies.getJobManager().add(new TrimThreadJob(threadId));
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user