diff --git a/src/matrix-react.html b/src/matrix-react.html index 683f003..3205b93 100644 --- a/src/matrix-react.html +++ b/src/matrix-react.html @@ -75,11 +75,11 @@
Room ID to send image to. Optional if configured on the node. If configured on the node this will be ignored.
-
msg.referenceEventId
+
msg.referenceEventId
msg.eventId String
-
The eventId of the message to react to. Uses msg.referenceEventId first and falls back to msg.eventId. One of these MUST be defined.
+
One of these is required. This is the eventId of the message to react to. Uses msg.referenceEventId first and falls back to msg.eventId.

Outputs

diff --git a/src/matrix-receive.html b/src/matrix-receive.html index 50b1422..c5ae7ee 100644 --- a/src/matrix-receive.html +++ b/src/matrix-receive.html @@ -90,7 +90,7 @@
msg.type string
- the message type. This is one of m.text, m.reaction, m.file, or m.image + the message type. For example this will be either m.text, m.reaction, m.file, m.image, etc