Skip to content

Commit bfd5ed5

Browse files
Remove subscription registration from constructor
1 parent 0e5d673 commit bfd5ed5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/thread.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,6 @@ export class ThreadManager<Scg extends ExtendableGenerics = DefaultGenerics> {
598598
loadingNextPage: false,
599599
nextCursor: undefined,
600600
});
601-
602-
// TODO: temporary - do not register handlers here but rather make Chat component have control over this
603-
this.registerSubscriptions();
604601
}
605602

606603
public activate = () => {

0 commit comments

Comments
 (0)