await for blocklist

This commit is contained in:
Lumaa 2024-06-23 16:18:02 +02:00
parent c292e92194
commit 653ae1e79a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ struct AddInstanceView: View {
verifying = true
}
blockList = Instance.getBlocklist()
blockList = await Instance.getBlocklist()
withAnimation {
verifying = false