fix where the avatar went

pull/638/head
Ryan Tharp 6 years ago
parent 6bd1227189
commit 7088411cff

@ -1341,12 +1341,12 @@ class LokiPublicChannelAPI {
type: 'network.loki.messenger.publicChat', type: 'network.loki.messenger.publicChat',
value: { value: {
timestamp: messageTimeStamp, timestamp: messageTimeStamp,
// can remove after this release
avatar: avatarAnnotation,
}, },
}, },
...attachmentAnnotations, ...attachmentAnnotations,
...previewAnnotations, ...previewAnnotations,
// can remove after this release
...avatarAnnotation,
], ],
}; };

Loading…
Cancel
Save