Skip to content

Commit

Permalink
Merge pull request #2665 from nextcloud/backport/2662/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: Use user uid to compare in PhotosPicker
  • Loading branch information
artonge authored Sep 26, 2024
2 parents f1da47a + 31b3a2a commit be0ea95
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/photos-src_views_SharedAlbumContent_vue.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/photos-src_views_SharedAlbumContent_vue.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/PhotosPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default defineComponent({
uploadContext: {
route: 'albumpicker',
},
currentUser: getCurrentUser(),
currentUser: getCurrentUser().uid,
}
},
Expand Down

0 comments on commit be0ea95

Please sign in to comment.