Fix channel added websocket message (#6546)
This commit is contained in:
parent
690dd1e66e
commit
a0e1f2dbd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue