kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
df8f9761b2
commit
1c6d2f7198
|
@ -936,7 +936,7 @@ public class MessageTable extends DatabaseTable implements MessageTypes, Recipie
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!silent) {
|
if (!silent) {
|
||||||
final boolean keepThreadArchived = SignalStore.settings().shouldKeepMutedChatsArchived() && recipient.isMuted();
|
final boolean keepThreadArchived = SignalStore.settings().shouldKeepMutedChatsArchived() && (recipient.isMuted() || (groupRecipient != null && groupRecipient.isMuted()));
|
||||||
SignalDatabase.threads().update(threadId, !keepThreadArchived);
|
SignalDatabase.threads().update(threadId, !keepThreadArchived);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue