Software /
code /
prosody-modules
Changeset
2261:a276fdabf768
mod_cloud_notify: Store data for corret user (origin is not correct here)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 28 Jul 2016 13:13:08 +0200 |
parents | 2260:8cc8e964812b |
children | 2262:19fbf190b5a7 |
files | mod_cloud_notify/mod_cloud_notify.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_cloud_notify/mod_cloud_notify.lua Thu Jul 28 12:37:20 2016 +0200 +++ b/mod_cloud_notify/mod_cloud_notify.lua Thu Jul 28 13:13:08 2016 +0200 @@ -127,7 +127,7 @@ end module:send(push_publish); end - push_enabled:set(origin.username, user_push_services); + push_enabled:set(node, user_push_services); end -- publish on offline message