From 3dc6363a88cb991ada3aaeb21902b8c32776d6f5 Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Thu, 17 Mar 2022 16:01:27 -0600 Subject: [PATCH] Closes #56 - can now specify message in node's configuration for matrix-send-message - can now specify reaction in node's configuration for matrix-react - reason can now be configured on both matrix-room-kick and matrix-room-ban - icons updated for various nodes --- src/matrix-create-room.html | 2 +- src/matrix-crypt-file.html | 2 +- src/matrix-delete-event.html | 2 +- src/matrix-invite-room.html | 4 +-- src/matrix-join-room.html | 2 +- src/matrix-react.html | 13 ++++++--- src/matrix-react.js | 8 +++--- src/matrix-receive.html | 2 +- src/matrix-room-ban.html | 13 ++++++--- src/matrix-room-ban.js | 3 ++- src/matrix-room-kick.html | 13 ++++++--- src/matrix-room-kick.js | 3 ++- src/matrix-room-users.html | 2 +- src/matrix-send-file.html | 4 +-- src/matrix-send-image.html | 4 +-- src/matrix-send-message.html | 34 ++++++++++++++---------- src/matrix-send-message.js | 12 +++++---- src/matrix-synapse-create-edit-user.html | 2 +- src/matrix-synapse-deactivate-user.html | 2 +- src/matrix-synapse-join-room.html | 4 +-- src/matrix-synapse-register.html | 2 +- src/matrix-synapse-users.html | 2 +- src/matrix-whois-user.html | 2 +- 23 files changed, 82 insertions(+), 55 deletions(-) diff --git a/src/matrix-create-room.html b/src/matrix-create-room.html index 0188200..6b6b850 100644 --- a/src/matrix-create-room.html +++ b/src/matrix-create-room.html @@ -19,7 +19,7 @@ diff --git a/src/matrix-delete-event.html b/src/matrix-delete-event.html index 5393373..920402d 100644 --- a/src/matrix-delete-event.html +++ b/src/matrix-delete-event.html @@ -29,7 +29,7 @@
- +
diff --git a/src/matrix-invite-room.html b/src/matrix-invite-room.html index e1a5f75..2541382 100644 --- a/src/matrix-invite-room.html +++ b/src/matrix-invite-room.html @@ -20,7 +20,7 @@ diff --git a/src/matrix-join-room.html b/src/matrix-join-room.html index 4b2e8ce..cc04770 100644 --- a/src/matrix-join-room.html +++ b/src/matrix-join-room.html @@ -19,7 +19,7 @@