Skip to content

Commit

Permalink
Merge branch 'master' into feat/moderation-payload-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCupela committed Nov 15, 2024
2 parents 1c2ee55 + 0a68e25 commit 98a14f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/token_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export class TokenManager<StreamChatGenerics extends ExtendableGenerics = Defaul
*/
reset = () => {
this.token = undefined;
this.tokenProvider = undefined;
this.type = 'static';
this.user = undefined;
this.loadTokenPromise = null;
};
Expand Down

0 comments on commit 98a14f6

Please sign in to comment.