From 9d050a0d44de430e120c77136d3fd27d030b842d Mon Sep 17 00:00:00 2001 From: Skylar Sadlier Date: Sun, 15 Oct 2023 14:45:16 -0600 Subject: [PATCH] Issue #97 Room Settings - fix join_allow_rules for Room Setting node not getting correctly - update Room Setting docs --- src/matrix-room-settings.html | 2 +- src/matrix-room-settings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/matrix-room-settings.html b/src/matrix-room-settings.html index 02e0d89..edf1c84 100644 --- a/src/matrix-room-settings.html +++ b/src/matrix-room-settings.html @@ -44,7 +44,7 @@ Return current name, topic, and avatar in msg.payload
- You can set the payload to null, undefined, or false to just get the current settings without changing them. + You can set the payload to null, undefined, false, or an object that doesn't contain the keys needed to apply a change so you can just get the current settings without changing them.