- #100 add documentation for new typing node and update README

- #100 fix typing event causing server error due to number being string
- Mention using pantalaimon as an alternative for E2EE support in README
This commit is contained in:
2023-10-22 16:56:49 -06:00
parent 785e0cd7be
commit d7c4bc26bb
6 changed files with 147 additions and 2 deletions
+5 -1
View File
@@ -12,7 +12,7 @@
roomType: { value: "msg" },
roomValue: { value: "topic" },
typingType: { value: "bool" },
typingValue: { value: true },
typingValue: { value: "true" },
timeoutMsType: { value: "num" },
timeoutMsValue: { value: 20000 },
},
@@ -74,6 +74,10 @@
<label for="node-input-room"><i class="fa fa-clock-o"></i> Timeout Milliseconds</label>
<input type="text" id="node-input-timeoutMs">
</div>
<div class="form-row form-tips">
Timeout MS is how many milliseconds the server should show the user typing for.
</div>
</script>
<script type="text/html" data-help-name="matrix-typing">