mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix issue where group stories weren't syncing to linked devices.
This commit is contained in:
@@ -279,8 +279,8 @@ public class SignalServiceMessageSender {
|
||||
Set<SignalServiceStoryMessageRecipient> manifest)
|
||||
throws IOException, UntrustedIdentityException
|
||||
{
|
||||
if (manifest.isEmpty()) {
|
||||
Log.w(TAG, "Refusing to send sync message for empty manifest.");
|
||||
if (manifest.isEmpty() && !message.getGroupContext().isPresent()) {
|
||||
Log.w(TAG, "Refusing to send sync message for empty manifest in non-group story.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user