Display separate Matrix message in page via message id
At now Matrix Static can display rooms with messages, but there are no way to display only one specific message. Will be good to have ability for display only one message in webpage by message id.
It can now, though it doesn't just display that one event, rather it and the 19 before it. It works with matrix.to permalinks, once dynamic settings lands you'll be able to add &pagesize=1 to the url to just show the one event
Another solution is to change ordering to DESC in timeline, for show target message in top of list, something like: https://view.matrix.org/room/!iyIlInqJyxXrRmRHFx:matrix.org/?anchor=$0QkpaxpDq9Qx5d5LunArn7T0-QJrF5l3cmX2puDhiLc&sort=DESC
But best way is separate argument to show single message in room, something like https://view.matrix.org/room/!iyIlInqJyxXrRmRHFx:matrix.org/?event=$0QkpaxpDq9Qx5d5LunArn7T0-QJrF5l3cmX2puDhiLc or even https://view.matrix.org/room/!iyIlInqJyxXrRmRHFx:matrix.org/event/$0QkpaxpDq9Qx5d5LunArn7T0-QJrF5l3cmX2puDhiLc