Merge branch 'feature/fix-logged-in' into 'master'

Fix events fetching

See merge request framasoft/mobilizon!44
This commit is contained in:
Thomas Citharel 2019-01-11 19:08:23 +01:00
commit f8219739c2
1 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ export const FETCH_EVENT = gql`
large_image,
publish_at,
# address_type,
online_address,
phone,
# online_address,
# phone,
organizerActor {
avatarUrl,
preferredUsername,
@ -61,8 +61,8 @@ export const FETCH_EVENTS = gql`
large_image,
publish_at,
# address_type,
online_address,
phone,
# online_address,
# phone,
organizerActor {
avatarUrl,
preferredUsername,