remove on room expired

This commit is contained in:
Peter Maquiran
2022-09-30 14:43:10 +01:00
parent cc9be61de4
commit 64ad7bbc7f
3 changed files with 21 additions and 16 deletions
+3
View File
@@ -387,6 +387,9 @@ export class ChatService {
} catch (error) {
this.resetTimer();
setTimeout(async () => {
await this.refreshtoken();
}, 3000)
}