From eba5b0666096121857a1049e4d6c86c046fc73c8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 18 Nov 2022 12:17:51 +0200 Subject: [PATCH] matrix: mention gomuks and schildichat android Resolves: #315 --- pages/matrix.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/matrix.markdown b/pages/matrix.markdown index a944a56..00e90f6 100644 --- a/pages/matrix.markdown +++ b/pages/matrix.markdown @@ -57,7 +57,7 @@ links.* ### How do you do custom not-emoji reactions? -In FluffyChat and Nheko you can reply to something with `/react something` to add a `something` reaction. In Hydrogen there is a `...` next to emojis allowing you to enter freeform text as a reaction. +They are implemented by multiple clients other than Element. In FluffyChat, Gomuks and Nheko you can reply to something with `/react something` to add a `something` reaction. In Hydrogen there is a `...` next to emojis allowing you to enter freeform text as a reaction. In Schildichat Android when you search for a reaction, it offers to send your search as a freeform-reaction. [Element-Web doesn't support this yet](https://github.com/vector-im/element-web/issues/19409) and while there is [open pull request](https://github.com/matrix-org/matrix-react-sdk/pull/6628), the merging is blocked due to Element not knowing how to handle moderation and reporting for malicious reactions.