From 61dfadba5ad8430797ec64c9d30884ca87179a1f Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 1 Aug 2024 18:19:05 +1000 Subject: [PATCH] Post matrix messages with UTF-8 4 kludge --- app/Notifications/Echomails/MatrixMessage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/Echomails/MatrixMessage.php b/app/Notifications/Echomails/MatrixMessage.php index 7b9325c..890c329 100644 --- a/app/Notifications/Echomails/MatrixMessage.php +++ b/app/Notifications/Echomails/MatrixMessage.php @@ -46,7 +46,7 @@ class MatrixMessage extends Echomails $o->datetime = Carbon::createFromTimestampMs($this->mo->ts); $o->subject = $this->mo->topic; $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); // Message