-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fix small previews with Imaginary #40670
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
Conversation
This solves #38911 cc @szaimen @solracsf Signed-off-by: Daniel Hansson <[email protected]>
|
Please backport to stable27, backport bot didn't like my efforts. |
Chartman123
left a comment
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.
Working for me this way
|
@Glandos maybe you can review here, after your last changes? |
|
Given the small change involved, I think everything will be OK. However, I'm sorry to say that I don't have time right now to investigate more than that 😢 |
|
OK to merge? |
|
maybe we should revisit this due to #38911 (comment)? |
Better to put that in a separate PR IMHO, this fixes the bug, then performance is another topic. But sure, it's an easy fix if the decision is to remove it. |
A follow up on #40670 Based on discussions here: #38911 (comment) This fixes the case were not all previews are generated, for example in the activity view: #38911 (comment) Signed-off-by: Daniel Hansson <[email protected]>
A follow up on #40670 Based on discussions here: #38911 (comment) This fixes the case were not all previews are generated, for example in the activity view: #38911 (comment) Signed-off-by: Daniel Hansson <[email protected]>
A follow up on nextcloud#40670 Based on discussions here: nextcloud#38911 (comment) This fixes the case were not all previews are generated, for example in the activity view: nextcloud#38911 (comment) Signed-off-by: Daniel Hansson <[email protected]>
Context: #38911 (comment)
Summary
Without this change PDF, TIF and some other formats aren't generated if Imaginary is used.
Checklist