Couple of little changes:

- Fix matrix-receive message types displaying in uppercase when it should be lowercase
- Readme updated with some extra things that are now possible since last release
- Link to matrix.org project in our README.md
This commit is contained in:
Skylar Sadlier 2022-03-24 13:56:42 -06:00
parent 00bc14e1c7
commit 5f129560aa
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# node-red-contrib-matrix-chat
Matrix chat server client for [Node-RED](https://nodered.org/)
[Matrix](https://matrix.org/) chat server client for [Node-RED](https://nodered.org/)
***Currently we are in beta. We ask that you open any issues you have on our repository to help us reach a stable well tested version. Things may change & break before our first release so check changelog before updating.***
@ -13,6 +13,8 @@ The following is supported from this package:
- [Currently a WIP](#end-to-end-encryption-notes)
- Receive events from a room (messages, reactions, images, and files) whether encrypted or not
- Send Images/Files (sending files to e2ee room doesn't currently encrypt them yet)
- Edit messages
- Delete events (messages, reactions, etc)
- Decrypt files in e2ee rooms
- Send HTML/Plain Text Message/Notice
- React to messages

View File

@ -49,7 +49,7 @@
style="width: auto; margin-left: 125px; vertical-align: top"
/>
<label for="node-input-acceptText" style="width: auto">
Accept text <code>m.text</code>
Accept text <code style="text-transform: none;">m.text</code>
</label>
</div>
<div class="form-row">
@ -59,7 +59,7 @@
style="width: auto; margin-left: 125px; vertical-align: top"
/>
<label for="node-input-acceptEmotes" style="width: auto">
Accept emotes <code>m.emote</code>
Accept emotes <code style="text-transform: none;">m.emote</code>
</label>
</div>
<div class="form-row">
@ -69,7 +69,7 @@
style="width: auto; margin-left: 125px; vertical-align: top"
/>
<label for="node-input-acceptStickers" style="width: auto">
Accept stickers <code>m.sticker</code>
Accept stickers <code style="text-transform: none;">m.sticker</code>
</label>
</div>
<div class="form-row">
@ -79,7 +79,7 @@
style="width: auto; margin-left: 125px; vertical-align: top"
/>
<label for="node-input-acceptReactions" style="width: auto">
Accept reactions <code>m.reaction</code>
Accept reactions <code style="text-transform: none;">m.reaction</code>
</label>
</div>
<div class="form-row">
@ -89,7 +89,7 @@
style="width: auto; margin-left: 125px; vertical-align: top"
/>
<label for="node-input-acceptFiles" style="width: auto">
Accept files <code>m.file</code>
Accept files <code style="text-transform: none;">m.file</code>
</label>
</div>
<div class="form-row">
@ -99,7 +99,7 @@
style="width: auto; margin-left: 125px; vertical-align: top"
/>
<label for="node-input-acceptImages" style="width: auto">
Accept images <code>m.image</code>
Accept images <code style="text-transform: none;">m.image</code>
</label>
</div>
<script type="text/javascript">