Mercurial > prosody-modules
diff mod_cloud_notify/mod_cloud_notify.lua @ 5008:bd63feda3704
Merge role-auth
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 22 Aug 2022 15:39:02 +0100 |
| parents | 031e0dd90f4b |
| children | d7ece68de066 |
line wrap: on
line diff
--- a/mod_cloud_notify/mod_cloud_notify.lua Tue Aug 16 13:10:39 2022 +0200 +++ b/mod_cloud_notify/mod_cloud_notify.lua Mon Aug 22 15:39:02 2022 +0100 @@ -390,7 +390,7 @@ notification_stanza = push_publish; notification_payload = push_notification_payload; original_stanza = stanza; - node = node; + username = node; push_info = push_info; push_summary = form_data; important = not not form_data["last-message-body"];
