# HG changeset patch # User Kim Alvefur # Date 1469704388 -7200 # Node ID a276fdabf7687b958dc4822eb9914e247275dc45 # Parent 8cc8e964812b700fd9b65e378f1443ebfaed346f mod_cloud_notify: Store data for corret user (origin is not correct here) diff -r 8cc8e964812b -r a276fdabf768 mod_cloud_notify/mod_cloud_notify.lua --- 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