fix: fix argument name

pull/111/head^2
KevICO 4 years ago committed by Kevin ICOL
parent 53b348f0d0
commit 3e820a859a
  1. 2
      synapse/handlers/room.py

@ -1491,7 +1491,7 @@ class WatchaRoomNextcloudMappingHandler(BaseHandler):
)
await self.store.set_room_mapping_with_nextcloud_directory(
room_id, nextcloud_directory_path, share_id
room_id, nextcloud_directory_path, new_share_id
)
async def add_room_users_to_nextcloud_group(self, room_id):

Loading…
Cancel
Save