rationalise group creation and prep for group privacy

This commit is contained in:
Hugh Rundle
2021-09-27 15:34:14 +10:00
parent 762202c4b0
commit 2874e52309
2 changed files with 31 additions and 22 deletions

View File

@ -32,7 +32,7 @@ from .follow import follow, unfollow
from .follow import accept_follow_request, delete_follow_request
from .get_started import GetStartedBooks, GetStartedProfile, GetStartedUsers
from .goal import Goal, hide_goal
from .group import Group, UserGroups, FindUsers, create_group, add_member, remove_member
from .group import Group, UserGroups, FindUsers, add_member, remove_member
from .import_data import Import, ImportStatus
from .inbox import Inbox
from .interaction import Favorite, Unfavorite, Boost, Unboost