This commit is contained in:
Anurag Shivarathri 2022-09-13 14:05:50 +05:30 committed by GitHub
parent 86b1163a4f
commit a98c3d5d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}