forked from potsda.mn/mobilizon
Merge branch 'feature/fix-logged-in' into 'master'
Fix events fetching See merge request framasoft/mobilizon!44
This commit is contained in:
commit
f8219739c2
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue