From 68d2ed4f825f60c4f731eb86cf84ed590dc2e19d 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 UTF8 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..822239b 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:','UTF8 4'); $o->kludges->put('EVENT:',$this->mo->event_id); // Message