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(),
|
||||
groupInfoV1, groupInfoV2,
|
||||
attachments,
|
||||
content.getBody(),
|
||||
content.hasBody() ? content.getBody() : null,
|
||||
endSession,
|
||||
content.getExpireTimer(),
|
||||
expirationUpdate,
|
||||
|
|
Ładowanie…
Reference in New Issue