Update some docs

This commit is contained in:
Skylar Sadlier 2021-08-18 14:39:35 -06:00
parent dc5f744e5f
commit aeb52518ad
2 changed files with 3 additions and 3 deletions

View File

@ -75,11 +75,11 @@
</dt>
<dd> Room ID to send image to. Optional if configured on the node. If configured on the node this will be ignored.</dd>
<dt class="optional">msg.referenceEventId<br />
<dt>msg.referenceEventId<br />
msg.eventId
<span class="property-type">String</span>
</dt>
<dd> The eventId of the message to react to. Uses <code>msg.referenceEventId</code> first and falls back to <code>msg.eventId</code>. One of these MUST be defined.</dd>
<dd> One of these is required. This is the eventId of the message to react to. Uses <code>msg.referenceEventId</code> first and falls back to <code>msg.eventId</code>.</dd>
</dl>
<h3>Outputs</h3>

View File

@ -90,7 +90,7 @@
<dl class="message-properties">
<dt>msg.type <span class="property-type">string</span></dt>
<dd>
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
</dd>
</dl>