Post matrix messages with UTF-8 4 kludge
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 37s
Create Docker Image / Build Docker Image (arm64) (push) Successful in -27h17m57s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
Deon George 2024-08-01 18:19:05 +10:00
parent 616393edcc
commit 61dfadba5a

View File

@ -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