kopia lustrzana https://github.com/ryukoposting/Signal-Android
Interpret non-present message bodies as 'null'.
rodzic
b3d57edb24
commit
7c442865c5
|
@ -316,7 +316,7 @@ public final class SignalServiceContent {
|
||||||
return new SignalServiceDataMessage(metadata.getTimestamp(),
|
return new SignalServiceDataMessage(metadata.getTimestamp(),
|
||||||
groupInfoV1, groupInfoV2,
|
groupInfoV1, groupInfoV2,
|
||||||
attachments,
|
attachments,
|
||||||
content.getBody(),
|
content.hasBody() ? content.getBody() : null,
|
||||||
endSession,
|
endSession,
|
||||||
content.getExpireTimer(),
|
content.getExpireTimer(),
|
||||||
expirationUpdate,
|
expirationUpdate,
|
||||||
|
|
Ładowanie…
Reference in New Issue