mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 00:24:54 -04:00
Fix missing profile data in federation joins
There was a regression where we stopped including profile data in initial joins for rooms joined over federation.
This commit is contained in:
parent
78f6010207
commit
c0b3554401
3 changed files with 13 additions and 6 deletions
|
@ -504,7 +504,8 @@ class RoomMemberHandler(BaseHandler):
|
|||
yield handler.do_invite_join(
|
||||
room_hosts,
|
||||
room_id,
|
||||
event.user_id
|
||||
event.user_id,
|
||||
event.content,
|
||||
)
|
||||
else:
|
||||
logger.debug("Doing normal join")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue