How do you get all the messages from a room in matrix?
I am following https://matrix.org/docs/guides/usage-of-the-matrix-js-sdk
I have the client started and synchronized.
Accessing room.timeline only gives the most recent messages. I want to get all of from the beginning of the chat.
Thanks for your help.