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,
|
large_image,
|
||||||
publish_at,
|
publish_at,
|
||||||
# address_type,
|
# address_type,
|
||||||
online_address,
|
# online_address,
|
||||||
phone,
|
# phone,
|
||||||
organizerActor {
|
organizerActor {
|
||||||
avatarUrl,
|
avatarUrl,
|
||||||
preferredUsername,
|
preferredUsername,
|
||||||
@ -61,8 +61,8 @@ export const FETCH_EVENTS = gql`
|
|||||||
large_image,
|
large_image,
|
||||||
publish_at,
|
publish_at,
|
||||||
# address_type,
|
# address_type,
|
||||||
online_address,
|
# online_address,
|
||||||
phone,
|
# phone,
|
||||||
organizerActor {
|
organizerActor {
|
||||||
avatarUrl,
|
avatarUrl,
|
||||||
preferredUsername,
|
preferredUsername,
|
||||||
|
Loading…
Reference in New Issue
Block a user