Skip to content

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:

Edited by Tomas Vik