Remove TODO

This commit is contained in:
Erik Johnston 2017-07-13 11:17:07 +01:00
parent 7a39da8cc6
commit a78cda4baf

View File

@ -96,7 +96,6 @@ class GroupsServerHandler(object):
) )
# TODO: Add profiles to users # TODO: Add profiles to users
# TODO: Add assestations to users
rooms, categories = yield self.store.get_rooms_for_summary_by_category( rooms, categories = yield self.store.get_rooms_for_summary_by_category(
group_id, include_private=is_user_in_group, group_id, include_private=is_user_in_group,