matrix-static icon indicating copy to clipboard operation
matrix-static copied to clipboard

Display separate Matrix message in page via message id

Open MurzNN opened this issue 8 years ago • 3 comments

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.

MurzNN avatar Sep 21 '17 08:09 MurzNN

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

t3chguy avatar Jan 05 '18 17:01 t3chguy

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

MurzNN avatar Jan 13 '21 08:01 MurzNN

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

MurzNN avatar Jan 13 '21 21:01 MurzNN