V1.14 -> 231220 sendmsg: Text wird jetzt als Markdown formatiert markiert (Parameter "metainfo")
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
Nenninger N-Tools.de
|
Nenninger N-Tools.de
|
||||||
Version 1.13
|
Version 1.14
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -116,7 +116,7 @@ class UUID {
|
|||||||
|
|
||||||
|
|
||||||
class hermineConnect{
|
class hermineConnect{
|
||||||
private $VERSION = '1.13';
|
private $VERSION = '1.14';
|
||||||
private $MACHINENAME = 'default';
|
private $MACHINENAME = 'default';
|
||||||
private $hermineServer = 'https://api.thw-messenger.de';
|
private $hermineServer = 'https://api.thw-messenger.de';
|
||||||
private $connectorID = "";
|
private $connectorID = "";
|
||||||
@@ -374,7 +374,8 @@ class hermineConnect{
|
|||||||
"url" => json_encode($_url),
|
"url" => json_encode($_url),
|
||||||
"type" => "text",
|
"type" => "text",
|
||||||
"verification" => "",
|
"verification" => "",
|
||||||
"encrypted" => true
|
"encrypted" => true,
|
||||||
|
"metainfo" => '{"v":1,"style":"md"}'
|
||||||
];
|
];
|
||||||
|
|
||||||
if(!is_null($_location)){
|
if(!is_null($_location)){
|
||||||
|
|||||||
Reference in New Issue
Block a user