mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-06 20:31:56 +00:00
Support for group update messages from paired devices.
Fixes #3566 // FREEBIE
This commit is contained in:
@@ -31,7 +31,8 @@ public class OutgoingGroupMediaMessage extends OutgoingSecureMediaMessage {
|
||||
|
||||
public OutgoingGroupMediaMessage(@NonNull Recipients recipients,
|
||||
@NonNull GroupContext group,
|
||||
@Nullable final Attachment avatar)
|
||||
@Nullable final Attachment avatar,
|
||||
long sentTimeMillis)
|
||||
{
|
||||
super(recipients, Base64.encodeBytes(group.toByteArray()),
|
||||
new LinkedList<Attachment>() {{if (avatar != null) add(avatar);}},
|
||||
|
||||
Reference in New Issue
Block a user