V1.14 -> 231220 sendmsg: Text wird jetzt als Markdown formatiert markiert (Parameter "metainfo")

This commit is contained in:
2023-12-20 14:36:26 +01:00
parent dcdd5cd703
commit c063250438

View File

@@ -1,7 +1,7 @@
<?php
/*
Nenninger N-Tools.de
Version 1.13
Version 1.14
*/
@@ -116,7 +116,7 @@ class UUID {
class hermineConnect{
private $VERSION = '1.13';
private $VERSION = '1.14';
private $MACHINENAME = 'default';
private $hermineServer = 'https://api.thw-messenger.de';
private $connectorID = "";
@@ -374,7 +374,8 @@ class hermineConnect{
"url" => json_encode($_url),
"type" => "text",
"verification" => "",
"encrypted" => true
"encrypted" => true,
"metainfo" => '{"v":1,"style":"md"}'
];
if(!is_null($_location)){