Mercurial > libervia-pubsub
changeset 333:0fcd0ea89c84
fixed getOwners call in _prepareNotify
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 03 Jun 2017 15:31:07 +0200 |
parents | 31cbd8b9fa7f |
children | 0a93d71f9503 |
files | sat_pubsub/backend.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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