diff --git a/convore/api.py b/convore/api.py index 2b6ff43..cbe4b82 100644 --- a/convore/api.py +++ b/convore/api.py @@ -114,22 +114,3 @@ class Groups(SyncedList): group.import_from_api(_group) group.joined = True self.data.append(group) - - - - - - - -#^groups/discover/friend.json -#^groups/discover/explore/(?Ppopular|recent|alphabetical).json -#^groups/discover/category.json -#^groups/discover/category/(?P[\w-]+).json -#^groups/discover/search.json -#^groups/(?P\d+)/join.json -#^groups/(?P\d+)/request.json - - - - -