You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(communities): skip bloom filter generation without private key instead of erroring
A missing community private key is the expected state on devices that
don't control the community, not a failure: returning an error made the
caller log noise on every publish. Return nil and skip generation, as in
#7622.
0 commit comments