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) {