From 30f6b6b4e4689cc68260492df2fc0dae956d0dc5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 8 Jan 2024 11:30:35 +0200 Subject: [PATCH] pages/matrix: mention Cinny custom reactions --- pages/matrix.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/matrix.markdown b/pages/matrix.markdown index cb04971..7ab460d 100644 --- a/pages/matrix.markdown +++ b/pages/matrix.markdown @@ -128,7 +128,7 @@ profiles. ### How do you do custom not-emoji reactions? -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. +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 and Cinny, 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.