Skip to content

Commit

Permalink
Merge pull request #2664 from nextcloud/backport/2662/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: Use user uid to compare in PhotosPicker
  • Loading branch information
artonge authored Sep 30, 2024
2 parents 66a2486 + 69ca1e1 commit 16700b9
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

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

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-public.js

Large diffs are not rendered by default.

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

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

Large diffs are not rendered by default.

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 @@ -203,7 +203,7 @@ export default defineComponent({
uploadContext: {
route: 'albumpicker',
},
currentUser: getCurrentUser(),
currentUser: getCurrentUser().uid,
}
},

Expand Down

0 comments on commit 16700b9

Please sign in to comment.