Open matrix URIs on the command line and support user mentions - #508
Open
VAWVAW wants to merge 16 commits into
Open
Open matrix URIs on the command line and support user mentions#508VAWVAW wants to merge 16 commits into
VAWVAW wants to merge 16 commits into
Conversation
VAWVAW
force-pushed
the
cli-uri
branch
2 times, most recently
from
September 18, 2025 13:39
2d89d6b to
8647b55
Compare
VAWVAW
force-pushed
the
cli-uri
branch
2 times, most recently
from
October 26, 2025 15:10
b9df9bc to
d73c302
Compare
The `room_id` for new room versions no longer contains the homeserver. Therefore we need to add the alias server to the `via` or just join the alias instead of the resolved id.
|
I've been using this PR for a bit and it works as expected. Would love to see it merged if possible :) |
VAWVAW
force-pushed
the
cli-uri
branch
2 times, most recently
from
August 22, 2026 20:49
2b3d768 to
d9b633e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This changes completion of matrix ids to be a matrix.to link. I don't think there is a better solution because we need a link for mentions to work.
To mention a user complete either an empty word or an
@and the start of the username or displayname. This will complete a markdown formattedmatrix.tolink for the user. When sending the message, allmatrix.tolinks are added as intentional mentions. It is not possible to mention a room.I'm not sure where to add the documentation for mentioning a user.
iamb.1? iamb.chat?fixes #506
fixes #418
fixes #393