Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/server_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/server_plugin.py')
-rw-r--r--src/server_plugin.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server_plugin.py b/src/server_plugin.py
index c589877..ab00be7 100644
--- a/src/server_plugin.py
+++ b/src/server_plugin.py
@@ -240,7 +240,8 @@ class ServerPlugin(TelepathyPlugin):
if local_pending:
# accept pending subscriptions
# FIXME: do this async
- publish[CHANNEL_INTERFACE_GROUP].AddMembers(local_pending, '')
+ self._publish_channel[CHANNEL_INTERFACE_GROUP].AddMembers(
+ local_pending, '')
# request subscriptions from people subscribed to us if we're not
# subscribed to them