Infinite scrolling of Thread message feed
The /api/v1/rooms/{room}/chatMessages/{message}/thread
endpoint will need to support queries:
- above certain child ID
- below certain child ID
- around specific child ID (for permalinks)
The TMF UI will need to support infinite scrolling and dynamic fetching of older and newer child messages.
Dev notes:
- consider using https://github.com/heavyy/vue-intersect
Edited by Tomas Vik