From 77f2c4be4641eb440c65bb41cc7b0239366b99ac Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 1 Jan 2025 05:17:12 +0000 Subject: [PATCH] Add m.notice to the receive node --- src/matrix-receive.html | 11 +++++++++++ src/matrix-receive.js | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/src/matrix-receive.html b/src/matrix-receive.html index 285ced2..3274c4a 100644 --- a/src/matrix-receive.html +++ b/src/matrix-receive.html @@ -13,6 +13,7 @@ acceptOwnEvents: {"value": false}, acceptText: {"value": true}, acceptEmotes: {"value": true}, + acceptNotices: {"value": true}, acceptStickers: {"value": true}, acceptReactions: {"value": true}, acceptFiles: {"value": true}, @@ -66,6 +67,16 @@ Accept text m.text +
+ + +