Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 9de004d

Browse files
committed
Fixed expand for new serializer policies
Signed-off-by: smarcet <[email protected]>
1 parent d9a2423 commit 9de004d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.env
1+
.env*
2+
23
.editorconfig
34
dist
45
.idea

src/actions/event-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const getEvent = (eventId) => (dispatch, getState) => {
214214

215215
let params = {
216216
access_token: accessToken,
217-
expand: 'creator, speakers, moderator, sponsors, groups, type, type.allowed_media_upload_types'
217+
expand: 'creator, speakers, moderator, sponsors, groups, type, type.allowed_media_upload_types, slides, links, videos, media_uploads'
218218
};
219219

220220
dispatch(startLoading());

0 commit comments

Comments
 (0)