# HG changeset patch # User Goffi # Date 1496496667 -7200 # Node ID 0fcd0ea89c8417b5a69b71804075c4e1c01355cf # Parent 31cbd8b9fa7f263d67531090a9285520e40b8788 fixed getOwners call in _prepareNotify diff -r 31cbd8b9fa7f -r 0fcd0ea89c84 sat_pubsub/backend.py --- a/sat_pubsub/backend.py Mon Apr 03 00:24:34 2017 +0200 +++ b/sat_pubsub/backend.py Sat Jun 03 15:31:07 2017 +0200 @@ -1128,7 +1128,7 @@ else: notifications = [(subscription.subscriber, [subscription], items_data)] - owners = node.getOwners() + owners = yield node.getOwners() owner_roster = None # now we check access of subscriber for each item, and keep only allowed ones