Send read receipts per edit message revision.

This commit is contained in:
Clark
2023-08-14 17:20:04 -04:00
committed by GitHub
parent e11750fb75
commit 251d251661
13 changed files with 51 additions and 12 deletions

View File

@@ -57,7 +57,7 @@ public class TurnOffContactJoinedNotificationsActivity extends AppCompatActivity
ThreadTable threadTable = SignalDatabase.threads();
List<MessageTable.MarkedMessageInfo> marked = threadTable.setRead(getIntent().getLongExtra(EXTRA_THREAD_ID, -1), false);
MarkReadReceiver.process(this, marked);
MarkReadReceiver.process(marked);
SignalStore.settings().setNotifyWhenContactJoinsSignal(false);
ApplicationDependencies.getMessageNotifier().updateNotification(this);