368 B
368 B
Stop previous subscriptions
You can stop receiving messages from a subscription by calling
Nostr::Client#unsubscribe
with the
ID of the subscription you want to stop receiving messages from:
client.unsubscribe('your-subscription-id')
client.unsubscribe(subscription.id)