Skip to content
Snippets Groups Projects
Commit b1c350f3 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

we keep node in self.subscriptions, not name, so when we look in this dict, look for node.

parent ec80b7dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment