mirror of
https://github.com/status-im/status-go.git
synced 2025-01-27 06:56:29 +00:00
fix_: filter connection change for pubsubTopics
This commit is contained in:
parent
5dfeb130b0
commit
66c5316a96
@ -1376,7 +1376,7 @@ func (w *Waku) Start() error {
|
||||
//TODO: needs fixing, right now invoking everytime.
|
||||
//Trigger FilterManager to take care of any pending filter subscriptions
|
||||
//TODO: Pass pubsubTopic based on topicHealth notif received.
|
||||
go w.filterManager.onConnectionStatusChange(w.cfg.DefaultShardPubsubTopic, isOnline)
|
||||
go w.filterManager.onConnectionStatusChange("", isOnline)
|
||||
|
||||
}
|
||||
w.connStatusMu.Lock()
|
||||
|
Loading…
x
Reference in New Issue
Block a user