Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tinode/chat
/ del_subscription
Function
del_subscription
chatbot/python/chatbot.py:99–100 ·
view source on GitHub ↗
(topic)
Source
from the content-addressed store, hash-verified
97
subscriptions[topic] = True
98
99
def
del_subscription(topic):
100
subscriptions.pop(topic, None)
101
102
def
subscription_failed(topic, errcode):
103
if
topic ==
'me'
:
Callers
1
leave
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected