mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Handle keepMutedChatsArchived more generically, also apply it to sends.
Fixes #12788
This commit is contained in:
@@ -126,8 +126,7 @@ public final class IdentityUtil {
|
||||
} catch (MmsException e) {
|
||||
throw new AssertionError();
|
||||
}
|
||||
boolean keepThreadArchived = SignalStore.settings().shouldKeepMutedChatsArchived() && recipient.isMuted();
|
||||
SignalDatabase.threads().update(threadId, !keepThreadArchived);
|
||||
SignalDatabase.threads().update(threadId, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user