kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix issue where group stories weren't syncing to linked devices.
rodzic
1ed3dbb147
commit
a41aed20e1
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue