reset backoff on ready

This commit is contained in:
MathMan05
2026-02-07 00:29:16 -06:00
parent a74b19a6f5
commit 4de3f8a33e

View File

@@ -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());