- Fix Room Pagination node event data being unaccessible #28

- Add new node `Get Event` that will give you room data for a corresponding roomId and eventId #117
- Add new node `Fetch Event Relations` that can paginate through events related to another event #119
- README updates
This commit is contained in:
2024-09-16 23:27:29 -06:00
parent 6bbd1d5119
commit 02826e2769
9 changed files with 622 additions and 242 deletions
+3 -1
View File
@@ -50,7 +50,9 @@
"matrix-synapse-deactivate-user": "src/matrix-synapse-deactivate-user.js",
"matrix-synapse-join-room": "src/matrix-synapse-join-room.js",
"matrix-whois-user": "src/matrix-whois-user.js",
"matrix-paginate-room": "src/matrix-paginate-room.js"
"matrix-paginate-room": "src/matrix-paginate-room.js",
"matrix-get-event": "src/matrix-get-event.js",
"matrix-event-relations": "src/matrix-event-relations.js"
}
},
"engines": {