mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 01:44: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) {
|
||||
if (!nostr!.tempRelayHasSubscription(addr)) {
|
||||
// don't contain subscription, remote!
|
||||
_tempRelayStatusMap.remove(addr);
|
||||
nostr!.removeTempRelay(addr);
|
||||
}
|
||||
nostr!.removeRelay(addr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Submodule packages/nostr_sdk updated: b834410160...af5304d08a
Reference in New Issue
Block a user