fix(libwaku): waku_relay_unsubscribe (#3207)

This commit is contained in:
richΛrd 2024-12-12 08:06:54 -04:00 committed by GitHub
parent 2022f54f5c
commit ab0c1d4aa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -372,7 +372,7 @@ proc waku_relay_unsubscribe(
ctx,
RequestType.RELAY,
RelayRequest.createShared(
RelayMsgType.SUBSCRIBE,
RelayMsgType.UNSUBSCRIBE,
PubsubTopic($pst),
WakuRelayHandler(onReceivedMessage(ctx)),
),