-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid replacement by user object #14058
Conversation
@vpecinka Mind to check what conflicts are there? |
Well, no problem. It seems I commited to the master branch new feature not related to the fix.. :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aaah now I finally get it.
So there actually already is a user argument in the arguments for swift (yay for confusion).
But the swift object is already instantiated. So all is good.
Yeah makes sense in that case.
Signed-off-by: Vlastimil Pecinka <pecinka@email.cz>
I just squashed the commits into one. This is then good to go in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code makes sense 👍
/backport to stable15 |
/backport to stable14 |
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
backport to stable15 in #14795 |
Backport in #14868 |
Closes #13433
Signed-off-by: Vlastimil Pecinka pecinka@email.cz