mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
update nostrsdk and change relay handle methods
This commit is contained in:
@@ -343,11 +343,9 @@ class RelayProvider extends ChangeNotifier {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (var addr in needRemoveList) {
|
for (var addr in needRemoveList) {
|
||||||
if (!nostr!.tempRelayHasSubscription(addr)) {
|
// don't contain subscription, remote!
|
||||||
// don't contain subscription, remote!
|
_tempRelayStatusMap.remove(addr);
|
||||||
_tempRelayStatusMap.remove(addr);
|
nostr!.removeRelay(addr);
|
||||||
nostr!.removeTempRelay(addr);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule packages/nostr_sdk updated: b834410160...af5304d08a
Reference in New Issue
Block a user