reformat and cleanup; Add auth error to response on internal login(debug)
This commit is contained in:
@@ -127,9 +127,7 @@ class MatrixMessage
|
||||
private $message;
|
||||
|
||||
function __construct() {
|
||||
$this->message = array(
|
||||
"msgtype" => "m.notice",
|
||||
);
|
||||
$this->message = ["msgtype" => "m.notice"];
|
||||
}
|
||||
|
||||
function set_type($msgtype) {
|
||||
|
||||
Reference in New Issue
Block a user