mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Ensure we enqueue a storage sync after a safety number change.
This commit is contained in:
committed by
Alex Hart
parent
55acd0f048
commit
dfcadde076
@@ -116,6 +116,8 @@ public final class IdentityUtil {
|
||||
}
|
||||
|
||||
public static void markIdentityUpdate(@NonNull Context context, @NonNull RecipientId recipientId) {
|
||||
Log.w(TAG, "Inserting safety number change event(s) for " + recipientId, new Throwable());
|
||||
|
||||
long time = System.currentTimeMillis();
|
||||
MessageDatabase smsDatabase = SignalDatabase.sms();
|
||||
GroupDatabase groupDatabase = SignalDatabase.groups();
|
||||
|
||||
Reference in New Issue
Block a user