I’ve always found the Matrix User
option that Lemmy has quite interesting, but I have noticed that…it does not even show up anywhere?
The fact this option exists is cool, but what is the use if it doesn’t show up anywhere?
Submitted 5 months ago by cyrus@sopuli.xyz to [deleted]
I’ve always found the Matrix User
option that Lemmy has quite interesting, but I have noticed that…it does not even show up anywhere?
The fact this option exists is cool, but what is the use if it doesn’t show up anywhere?
I think it's typically hidden by UIs for privacy reasons, but you could see it via something like:
curl --header 'accept: application/activity+json' --location https://sopuli.xyz/u/cyrus | jq -r .matrixUserId
As the other comment says, backends hook into Matrix if someone uses the 'Send Secure Message' option to contact you (I don't think that option shows if you don't both have a Matrix ID).
DABDA@lemm.ee 5 months ago
It should display a “Send Secure Message” button when viewing a user’s profile.