feat: split migration into batches

This commit is contained in:
sam 2024-12-17 21:23:02 +01:00
parent d518cdf739
commit 80385893c7
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 104 additions and 7 deletions

View file

@ -58,7 +58,7 @@ public partial class FediverseAuthService
)
{
FediverseApplication app = await GetApplicationAsync(instance);
return await GenerateAuthUrlAsync(app, forceRefresh, state);
return await GenerateAuthUrlAsync(app, forceRefresh || app.ForceRefresh, state);
}
// thank you, gargron and syuilo, for agreeing on a name for *once* in your lives,