Skip to content

Commit

Permalink
trying with self
Browse files Browse the repository at this point in the history
  • Loading branch information
cfriedlander committed Jan 5, 2022
1 parent 8d66bad commit bebed48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/module_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ async def update_room_membership(
logger.debug("InviteAutoAccepter: is_direct is %s", is_direct)
if is_direct:
await self._hs.get_room_member_handler().update_m_direct(
self,
sender=sender,
target=target,
room_id=room_id,
Expand Down

0 comments on commit bebed48

Please sign in to comment.