matrix-js-sdk 获取来自房间的所有消息

发布于 2025-01-11 17:39:53 字数 277 浏览 0 评论 0原文

如何从矩阵中的房间获取所有消息?

我正在关注 https://matrix.org/docs/guides/usage- of-the-matrix-js-sdk

我已启动并同步客户端。

访问 room.timeline 仅提供最新消息。我想从聊天一开始就得到所有的信息。

感谢您的帮助。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

安人多梦 2025-01-18 17:39:53

您可以使用 SDK 中的 roomInitialSync 函数并访问 messages 属性来获取整个时间线的消息,然后您可以通过监听 来监听新消息。 Room.timeline 事件如您提供的文档中所述。

You can use the roomInitialSync function from the SDK and access the messages attribute to get the entire timeline of messages, then you can listen for new ones by listening to the Room.timeline event as described on the documentation you have provided.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文