Skip to content

Commit

Permalink
chore: remove threads reload when the client changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Sep 26, 2024
1 parent bfbef76 commit 6880cef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package/src/components/ThreadList/ThreadList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export const ThreadList = (props: ThreadListProps) => {
client.threads.reload({ force: true });
});

client.threads.reload({ force: true });

return () => {
client.threads.deactivate();
listener.unsubscribe();
Expand Down

0 comments on commit 6880cef

Please sign in to comment.