From 83a14e1d678ce09c0845318ccf9b2e63840c8638 Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Sat, 15 Aug 2026 12:00:00 +0000 Subject: [PATCH] feat(element): tell reporters where their report goes (#0045) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reporting worked but ended in silence: report_event.admin_message_md was unset, so a user who reported content saw no indication of whether it reached anyone or whom to follow up with. For a moderated community that is an open edge. sorb's decision is route B — reports stay in the server's event_reports store and are reviewed through Element Admin; Draupnir deliberately does not get server admin rights, which polling would have required. The message therefore names a person rather than promising an automatism, and @sorb is the only admin who can actually see the reports. Co-Authored-By: Claude Opus 4.8 --- apps/production/custom-configs/element-values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/production/custom-configs/element-values.yaml b/apps/production/custom-configs/element-values.yaml index ccda52e..d037d0d 100644 --- a/apps/production/custom-configs/element-values.yaml +++ b/apps/production/custom-configs/element-values.yaml @@ -17,6 +17,10 @@ data: "brand": "aXion1337.Chat", "_kommentar_bug_report": "local = der Knopf erscheint als 'Protokolle herunterladen'; die Logs bleiben auf dem Geraet und gehen an KEINEN Server. Ohne diesen Wert ist die ganze Sektion unsichtbar und Nutzer kommen gar nicht an ihre Logs (ThreadNet-Web#9). Der element.io-Endpunkt wurde am 2026-08-01 bewusst entfernt - dieser Wert holt die Faehigkeit zurueck, ohne den Abfluss.", "bug_report_endpoint_url": "local", + "_kommentar_report_event": "Weg B (Entscheidung sorb 2026-08-15): Meldungen bleiben im event_reports-Speicher des Servers und werden ueber Element Admin gesichtet - Draupnir bekommt dafuer BEWUSST keine Server-Admin-Rechte. Ohne diesen Text sieht der Melder nach dem Absenden gar nichts und weiss nicht, ob und an wen die Meldung geht (#0045).", + "report_event": { + "admin_message_md": "Deine Meldung ist bei der Serveradministration eingegangen und wird gesichtet.\n\nFuer Rueckfragen oder wenn es dringend ist, schreib bitte direkt an [@sorb:axion1337.chat](https://matrix.to/#/@sorb:axion1337.chat)." + }, "branding": { "auth_header_logo_url": "vector-icons/512.png", "logo_link_url": "https://axion1337.chat"