diff --git a/src/disco.py b/src/disco.py index 00accd963c8c7562247a485ba9873bd6e5db16b1..bbed4c14211982681cd02beb378588e82f0266bf 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