Skip to content

Commit

Permalink
fix: Use user uid to compare in PhotosPicker
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
artonge committed Sep 26, 2024
1 parent f1da47a commit 31b3a2a
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 31b3a2a

Please sign in to comment.