From 7088411cffaafc7ca0842714716305a5e377da1f Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Thu, 21 Nov 2019 18:10:19 -0800 Subject: [PATCH] fix where the avatar went --- js/modules/loki_app_dot_net_api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/modules/loki_app_dot_net_api.js b/js/modules/loki_app_dot_net_api.js index c7e76e795..cee5cca0b 100644 --- a/js/modules/loki_app_dot_net_api.js +++ b/js/modules/loki_app_dot_net_api.js @@ -1341,12 +1341,12 @@ class LokiPublicChannelAPI { type: 'network.loki.messenger.publicChat', value: { timestamp: messageTimeStamp, + // can remove after this release + avatar: avatarAnnotation, }, }, ...attachmentAnnotations, ...previewAnnotations, - // can remove after this release - ...avatarAnnotation, ], };