From 000c28e3b890ba5ab072bc7f2b98967226f5ccb5 Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Sat, 25 Nov 2023 05:38:09 -0700 Subject: [PATCH] - Reduce margin between checkboxes for matrix-receive node - matrix-send-message node can now be used to reply in a thread (closes #104) - matrix-receive node now returns msg.mentions for easier access to who was mentioned in message - matrix-receive node now returns boolean msg.isThread based on whether the message is a thread reply or not --- src/matrix-receive.html | 18 ++++++++-------- src/matrix-receive.js | 1 + src/matrix-send-message.html | 22 +++++++++++++++++-- src/matrix-send-message.js | 42 +++++++++++++++++++++++++++++++++++- src/matrix-server-config.js | 24 ++++++++++++--------- 5 files changed, 85 insertions(+), 22 deletions(-) diff --git a/src/matrix-receive.html b/src/matrix-receive.html index a9c9d13..a605039 100644 --- a/src/matrix-receive.html +++ b/src/matrix-receive.html @@ -45,7 +45,7 @@
Timeline event filters
-
+
m.text
-
+
m.emote
-
+
m.sticker
-
+
m.reaction
-
+
m.file
-
+
m.audio
-
+
m.image
-
+
m.video
-
+
@@ -72,6 +85,11 @@ It's recommended to use m.notice for bots because the message will render in a lighter text (at least in Element client) for users to distinguish bot and real user messages.
+
+ + +
+