-
-
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
files_versions: add missing null check #44066
Conversation
please rephrase your commit to match conventional commits, like:
|
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.
Nice change :) Currently looking at the files_version app right now, so if anything that can be the related to this pops up, I will come back here. but for now, this is a good change
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
117e187
to
d49787d
Compare
Done.
I just want to mention again that this might just be a band aid |
For the record: I have the same issue and could work around it by moving the image files from external storage to the "internal" one using the Nextcloud UI. I plan on moving them back to external storage again via the command line, but of course this isn't exactly practical.. (I'm on version 28.0.3 of Nexcloud and updated Memories yesterday.) |
The fact that this can be null could indicate a deeper problem.
See pulsejet/memories#1053