You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I'd like to be able to open a page to a specific message, like we can currently pull up a specific post.
Describe the solution you'd like
I'd like a URL to specify a message location, like /@{username}/posts/{post_id} and /posts/{post_id} for posts.
Describe alternatives you've considered
Adding an id to each item in a list and then specifying /messages/{room_id}#{message_id} is a start, though of course only works if the message is initially loaded. (and the header bar blocks the targeted message).
Is your feature request related to a problem? Please describe.
I'd like to be able to open a page to a specific message, like we can currently pull up a specific post.
Describe the solution you'd like
I'd like a URL to specify a message location, like
/@{username}/posts/{post_id}and/posts/{post_id}for posts.Describe alternatives you've considered
Adding an
idto each item in a list and then specifying/messages/{room_id}#{message_id}is a start, though of course only works if the message is initially loaded. (and the header bar blocks the targeted message).