Merge branch 'release/2.31.0'
This commit is contained in:
commit
fe15a260ef
@ -1505,7 +1505,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
(unsigned long) envelope.sourceDevice);
|
||||
|
||||
[OWSDevicesService refreshDevices];
|
||||
[self.profileManager fetchLocalUsersProfile];
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[self.profileManager fetchLocalUsersProfile];
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -225,6 +225,8 @@ public class RequestMaker: NSObject {
|
||||
// mark recipient as .enabled.
|
||||
udManager.setUnidentifiedAccessMode(.enabled, recipientId: recipientId)
|
||||
}
|
||||
profileManager.fetchProfile(forRecipientId: recipientId)
|
||||
DispatchQueue.main.async {
|
||||
self.profileManager.fetchProfile(forRecipientId: self.recipientId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user