Fix weird #\[0] artifacts appearing in posts and translated from english bugs
This changes the preloader to load things right away and fixes a bunch of bugs Changelog-Fixed: Fix weird #\[0] artifacts appearing in posts Changelog-Fixed: Fix "translated from english" bugs
This commit is contained in:
@@ -164,11 +164,7 @@ struct NoteContentView: View {
|
||||
return
|
||||
}
|
||||
|
||||
let result = await preload_event(plan: plan, profiles: damus_state.profiles, our_keypair: damus_state.keypair, settings: damus_state.settings)
|
||||
|
||||
DispatchQueue.main.async {
|
||||
set_preload_results(plan: plan, res: result, privkey: damus_state.keypair.privkey)
|
||||
}
|
||||
await preload_event(plan: plan, profiles: damus_state.profiles, our_keypair: damus_state.keypair, settings: damus_state.settings)
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user