Fix setting restore from file #406

Merged
floatingghost merged 1 commit from Oneric/akkoma-fe:fix-file-restore into develop 2024-08-25 09:07:18 +00:00
Member

Fixes #405, (usually) speeds restores up considerably and it now automatically attempts a sync after restoring

Fixes #405, (usually) speeds restores up considerably and it now automatically attempts a sync after restoring
Oneric added 1 commit 2024-07-06 00:03:12 +00:00
Fix setting restore from file
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
e274adf47d
Previously restoring from file would also restore the old version value
breaking upload of the new settings to the server.

Additionallly it didn’t even attempt to sync settings after restore and
was insufferably slow due to individually updating every single setting
with a dispatch. Instead only update changed settings like on server
syncs which usually speeds the process up considerably.

Fixes: #405

thankies

thankies
floatingghost merged commit 1f2c96a485 into develop 2024-08-25 09:07:18 +00:00
floatingghost deleted branch fix-file-restore 2024-08-25 09:07:19 +00:00
Sign in to join this conversation.
No description provided.