chore: small fixes

This commit is contained in:
reya
2025-03-12 16:44:44 +07:00
parent 8156d9d046
commit 0a7f0475a4
8 changed files with 217 additions and 81 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ impl Relays {
if let Ok(relays) = task.await {
_ = cx.update(|cx| {
_ = this.update(cx, |this: &mut Vec<RelayUrl>, cx| {
this.extend(relays);
*this = relays;
cx.notify();
});
});