mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-30 13:25:45 +00:00
reset backoff on ready
This commit is contained in:
@@ -335,6 +335,7 @@ class Localuser {
|
||||
unknownRead = new Map<string, readStateEntry>();
|
||||
async gottenReady(ready: readyjson): Promise<void> {
|
||||
await I18n.done;
|
||||
this.errorBackoff = 0;
|
||||
this.queryBlog();
|
||||
this.guildFolders = ready.d.user_settings.guild_folders;
|
||||
document.body.style.setProperty("--view-rest", I18n.message.viewrest());
|
||||
|
||||
Reference in New Issue
Block a user