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 has been archived by the owner on Apr 26, 2024. It is now read-only.
FTR in Element Android we add manually the matrixId in the search result if the search term is a valid matrixId and if it is not return by synapse. But the avatar is not available when we are doing that.
Description
curl 'https://matrix.half-shot.uk/_matrix/client/r0/user_directory/search?' --data '{"search_term":"@Half-Shot:half-shot.uk"}'
Results in:
{ "limited": false, "results": [] }
Whereas:
curl 'https://matrix.half-shot.uk/_matrix/client/r0/user_directory/search?' --data '{"search_term":"@Half-Shot:half-shot"}'
Comes back with many results, including the one I was after.
Version information
The text was updated successfully, but these errors were encountered: