We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bec5b commit c3c88cdCopy full SHA for c3c88cd
sogs/routes/rooms.py
@@ -299,8 +299,7 @@ def get_permission_info(room):
299
# Return Value
300
301
dict of session_id to current permissions,
302
- if compact is set to 1 this will be a string,
303
- otherwise it will be a dict containing the name of the permission mapped to a boolean value.
+ a dict containing the name of the permission mapped to a boolean value.
304
"""
305
perms = room.permissions
306
return jsonify({key: addExtraPermInfo(perms[key]) for key in perms.keys()})
0 commit comments