Skip to content

Commit

Permalink
log room too
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrc52 committed Aug 31, 2023
1 parent d94a283 commit 7fbfd95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async def user_may_join_room(self, user: str, room: str, is_invited: bool):
# We only care about rooms which are explicitly declared as student-only
return NOT_SPAM

print("[uplink_synapse_module] user_may_join_room called on", user)
print("[uplink_synapse_module] user_may_join_room called on", user, "and", room)
# Allow invited users to join if the config says so
if self.config.allow_invited and is_invited:
print("[uplink_synapse_module]", "user was invited, accepting")
Expand Down

0 comments on commit 7fbfd95

Please sign in to comment.