Skip to content
Snippets Groups Projects
Commit daa2fb63 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

comment about user_joined_room

parent df2ebd75
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment