diff --git a/app/actions/websocket/threads.ts b/app/actions/websocket/threads.ts index b695369f7..c3e7f119b 100644 --- a/app/actions/websocket/threads.ts +++ b/app/actions/websocket/threads.ts @@ -11,7 +11,7 @@ export async function handleThreadUpdatedEvent(serverUrl: string, msg: WebSocket // Mark it as following thread.is_following = true; - processReceivedThreads(serverUrl, [thread], teamId, true); + processReceivedThreads(serverUrl, [thread], teamId); } catch (error) { // Do nothing }