Skip to content

Instantly share code, notes, and snippets.

@iNPUTmice
Created February 13, 2016 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iNPUTmice/f9404ca3cefd85956a25 to your computer and use it in GitHub Desktop.
Save iNPUTmice/f9404ca3cefd85956a25 to your computer and use it in GitHub Desktop.
# HG changeset patch
# User Daniel Gultsch <daniel@gultsch.de>
# Date 1455361701 -3600
# Sat Feb 13 12:08:21 2016 +0100
# Node ID 980e5f5bd62ccfcc127cc0928011e10c58709e2e
# Parent 0aa8aa6cdb1b06045dd5e40f38874af8306ed6d7
mod_cloud_notify: put publish-options into <pubsub> not into <publish>
diff -r 0aa8aa6cdb1b -r 980e5f5bd62c mod_cloud_notify/mod_cloud_notify.lua
--- a/mod_cloud_notify/mod_cloud_notify.lua Fri Feb 05 11:37:47 2016 +0100
+++ b/mod_cloud_notify/mod_cloud_notify.lua Sat Feb 13 12:08:21 2016 +0100
@@ -103,6 +103,7 @@
end
push_publish:add_child(push_form:form(form_data));
push_publish:up(); -- / publish
+ push_publish:up(); -- / pubsub
if push_info.options then
push_publish:tag("publish-options"):add_child(push_info.options);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment