diff --git a/src/disco.py b/src/disco.py index 00accd963..bbed4c142 100644 --- a/src/disco.py +++ b/src/disco.py @@ -1753,7 +1753,7 @@ class DiscussionGroupsBrowser(AgentBrowser): if self.subscriptions is not None: dunno = False - subscribed = name in self.subscriptions + subscribed = node in self.subscriptions else: dunno = True subscribed = False