1 export function GetAssociatedEncryptionDataForRealtimeMessage(metadata: {
6 return `${metadata.version}.${metadata.authorAddress}.${metadata.timestamp}`
9 export function GetAssociatedEncryptionDataForComment(metadata: { authorAddress: string; markId: string }): string {
10 return `${metadata.authorAddress}.${metadata.markId}`