mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update hardcoded values now that they are available in the API
This commit is contained in:
parent
615bebc610
commit
97c714dbf2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ let recommendationGroupSelection = Selection.RecommendationGroup {
|
|||
id: try $0.id(),
|
||||
name: try $0.name(),
|
||||
inviteUrl: try $0.inviteUrl(),
|
||||
canPost: true,
|
||||
canSeeMembers: true,
|
||||
canPost: try $0.canPost(),
|
||||
canSeeMembers: try $0.canSeeMembers(),
|
||||
admins: try $0.admins(selection: userProfileSelection.list),
|
||||
members: try $0.members(selection: userProfileSelection.list)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue