Post matrix messages with UTF-8 4 kludge
This commit is contained in:
parent
616393edcc
commit
61dfadba5a
@ -46,7 +46,7 @@ class MatrixMessage extends Echomails
|
|||||||
$o->datetime = Carbon::createFromTimestampMs($this->mo->ts);
|
$o->datetime = Carbon::createFromTimestampMs($this->mo->ts);
|
||||||
$o->subject = $this->mo->topic;
|
$o->subject = $this->mo->topic;
|
||||||
$o->fftn_id = $our->id;
|
$o->fftn_id = $our->id;
|
||||||
$o->kludges->put('CHRS:','UTF8 2');
|
$o->kludges->put('CHRS:','UTF-8 4');
|
||||||
$o->kludges->put('EVENT:',$this->mo->event_id);
|
$o->kludges->put('EVENT:',$this->mo->event_id);
|
||||||
|
|
||||||
// Message
|
// Message
|
||||||
|
Loading…
Reference in New Issue
Block a user