mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Do not send if unregistered.
This commit is contained in:
@@ -1502,6 +1502,7 @@ public class ThreadDatabase extends Database {
|
||||
group.hasAvatar() ? Optional.of(group.getAvatarId()) : Optional.absent(),
|
||||
false,
|
||||
false,
|
||||
recipientSettings.getRegistered(),
|
||||
recipientSettings,
|
||||
null);
|
||||
recipient = new Recipient(recipientId, details, false);
|
||||
|
||||
Reference in New Issue
Block a user