fix multiple attachment signature in open group with mobile

pull/1299/head
Audric Ackermann 5 years ago
parent fad00a4ebd
commit 3b01ada63a
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1710,8 +1710,9 @@ class LokiPublicChannelAPI {
sigString += [...attachmentAnnotations, ...previewAnnotations]
.map(data => data.id || data.image.id)
.sort()
.join();
.join('');
sigString += sigVer;
return dcodeIO.ByteBuffer.wrap(sigString, 'utf8').toArrayBuffer();
}

Loading…
Cancel
Save