From a0e1f2dbd6bb59cb0b576b452e302027a29b5499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Thu, 4 Aug 2022 19:04:06 +0200 Subject: [PATCH] Fix channel added websocket message (#6546) --- app/actions/websocket/channel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/actions/websocket/channel.ts b/app/actions/websocket/channel.ts index 0cfae3e81..8f234e46b 100644 --- a/app/actions/websocket/channel.ts +++ b/app/actions/websocket/channel.ts @@ -286,7 +286,7 @@ export async function handleUserAddedToChannelEvent(serverUrl: string, msg: any) const {models: prepared} = await storePostsForChannel( serverUrl, channelId, posts, order, previousPostId ?? '', - actionType, authors, + actionType, authors, true, ); if (prepared?.length) {