Add title to the text itself and make it bold

This commit is contained in:
Sergey Lukjanov 2015-02-26 13:21:01 +03:00
parent 3512238b09
commit b0db56e0f0
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ class CPushMod : public CModule
params["username"] = options["username"]; params["username"] = options["username"];
} }
params["payload"] = expand("{\"channel\": \"{target}\", \"pretext\": \"{title}\", \"text\": \"{message}\"}", replace); params["payload"] = expand("{\"channel\": \"{target}\", \"text\": \"*{title}*: {message}\"}", replace);
PutDebug("payload: " + params["payload"]); PutDebug("payload: " + params["payload"]);
} }