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)
|
Set<SignalServiceStoryMessageRecipient> manifest)
|
||||||
throws IOException, UntrustedIdentityException
|
throws IOException, UntrustedIdentityException
|
||||||
{
|
{
|
||||||
if (manifest.isEmpty()) {
|
if (manifest.isEmpty() && !message.getGroupContext().isPresent()) {
|
||||||
Log.w(TAG, "Refusing to send sync message for empty manifest.");
|
Log.w(TAG, "Refusing to send sync message for empty manifest in non-group story.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue