mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-04 12:04:16 -04:00
comment about user_joined_room
This commit is contained in:
parent
df2ebd75d3
commit
daa2fb6317
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ def user_left_room(distributor, user, room_id):
|
|||
distributor.fire("user_left_room", user=user, room_id=room_id)
|
||||
|
||||
|
||||
# XXX: this is no longer used. We should probably kill it.
|
||||
def user_joined_room(distributor, user, room_id):
|
||||
distributor.fire("user_joined_room", user=user, room_id=room_id)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue