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
in the listener file we tried to simplify the different listeners by simply filtering using the spec functions like isPOBox etc. instead of also filtering manually by message type. It worked for add-member and exclude-member but for the po-boxes it seemed to let weird messages through, see linked thread above.
The text was updated successfully, but these errors were encountered:
From https://github.com/ssbc/ssb-tribes/pull/96/files#r1377391331
in the listener file we tried to simplify the different listeners by simply filtering using the spec functions like
isPOBox
etc. instead of also filtering manually by message type. It worked for add-member and exclude-member but for the po-boxes it seemed to let weird messages through, see linked thread above.The text was updated successfully, but these errors were encountered: