mirror of https://github.com/SeanOMik/znc-push.git
Fix #194: Move url/message_uri to correct location
This commit is contained in:
parent
366a804638
commit
fa10bad8c9
|
@ -297,10 +297,6 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or
|
|||
truncated and ellipsized at or before this length is reached. A value of 0 (zero) will
|
||||
disable this option.
|
||||
|
||||
When using the custom URL service, this options allows you to specify the URL to send
|
||||
a GET request to, and has keyword expansion performed on portions of it, including the
|
||||
path and any query parameter values.
|
||||
|
||||
* `message_title` Default: `{title}`
|
||||
|
||||
Title that will be provided for the push notification. Keyword expansion is performed
|
||||
|
@ -314,6 +310,10 @@ to something similar to "http://domain/#channel/2011-03-09 14:25:09", or
|
|||
local scheme to access a mobile application. Keyword expansion is performed on this
|
||||
value.
|
||||
|
||||
When using the custom URL service, this options allows you to specify the URL to send
|
||||
a GET request to, and has keyword expansion performed on portions of it, including the
|
||||
path and any query parameter values.
|
||||
|
||||
* `message_uri_post` Default: `no`
|
||||
|
||||
When using the custom URL service, this option allows you to specify whether to use the
|
||||
|
|
Loading…
Reference in New Issue