|
|
@ -80,7 +80,7 @@ function getSharedAttributesForPublicMessage({
|
|
|
|
isPublic: true,
|
|
|
|
isPublic: true,
|
|
|
|
conversationId,
|
|
|
|
conversationId,
|
|
|
|
messageHash: '', // we do not care of a messageHash for an opengroup message. we have serverId for that
|
|
|
|
messageHash: '', // we do not care of a messageHash for an opengroup message. we have serverId for that
|
|
|
|
// NOTE Community messages do support disappearing messages
|
|
|
|
// NOTE Community messages do not support disappearing messages
|
|
|
|
expirationStartTimestamp: undefined,
|
|
|
|
expirationStartTimestamp: undefined,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|