ma1uta / ma1sd

Federated Matrix Identity Server (formerly fork of kamax/mxisd)
GNU Affero General Public License v3.0
167 stars 55 forks source link

Add avatar to Synapse User Directory search response #98

Open b0bben opened 3 years ago

b0bben commented 3 years ago

User Directory search was missing avatar, thus forcing Matrix client developers to make an extra roundtrip to the server to get avatar when showing search results.

This PR adds avatar_url into the response when fallbacking to Synapse DB.