Fix (#6642)
This commit is contained in:
parent
86b1163a4f
commit
a98c3d5d3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue