Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 63143fb185 Fixed yet another missing S3 field in avatar query. 2021-03-21 17:23:15 +01:00
DebaucheryLibrarian 3f6ecfd92c Fixed another missing S3 field in avatar query. 2021-03-21 15:14:28 +01:00
2 changed files with 6 additions and 0 deletions

View File

@ -152,6 +152,9 @@ function initUiActions(_store, _router) {
path
thumbnail
lazy
isS3
width
height
comment
credit
}

View File

@ -42,6 +42,9 @@ function initUsersActions(store, _router) {
path
thumbnail
lazy
isS3
width
height
}
}
}