|
|
@ -1382,7 +1382,7 @@
|
|
|
|
const groupInvitMessage = new libsession.Messages.Outgoing.GroupInvitationMessage(
|
|
|
|
const groupInvitMessage = new libsession.Messages.Outgoing.GroupInvitationMessage(
|
|
|
|
{
|
|
|
|
{
|
|
|
|
identifier: id,
|
|
|
|
identifier: id,
|
|
|
|
|
|
|
|
timestamp: Date.now(),
|
|
|
|
serverName: groupInvitation.name,
|
|
|
|
serverName: groupInvitation.name,
|
|
|
|
channelId: groupInvitation.channelId,
|
|
|
|
channelId: groupInvitation.channelId,
|
|
|
|
serverAddress: groupInvitation.address,
|
|
|
|
serverAddress: groupInvitation.address,
|
|
|
|