如何按时间倒序排列 create-daml-app 项目中的消息?

How can I order messages in the create-daml-app project in reverse chronological order?

我一直致力于向 create-daml-app 项目 (https://github.com/digital-asset/daml/tree/ba27ea9af4f39a9a3f307384e05f4bf540101f03/templates/create-daml-app). Specifically, I have added the direct messaging feature from the docs (https://docs.daml.com/getting-started/first-feature.html) 添加一些小 UI 功能。那里的描述非常好,效果很好。默认情况下,消息按时间顺序显示(先发送到最后发送),我想按相反的时间顺序显示它们(最后发送到先发送)。有人可以帮我做这个吗?

谢谢。

messagesResult.contracts 替换为 messagesResult.contracts.reverse()