Skip to content
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

[stable29] fix: make sure we process mime extensions as string #50703

Open
wants to merge 2 commits into
base: stable29
Choose a base branch
from

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Feb 6, 2025

Backport of #50660

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

skjnldsv and others added 2 commits February 6, 2025 15:14
Co-authored-by: Ferdinand Thiessen <[email protected]>

Signed-off-by: John Molakvoæ <[email protected]>

[skip ci]
@backportbot backportbot bot added this to the Nextcloud 29.0.12 milestone Feb 6, 2025
@skjnldsv skjnldsv marked this pull request as ready for review February 6, 2025 15:20
* @return array<string, list{string, string|null}>
* @since 32.0.0
*/
public function getAllMappings(): array;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it needed to make this public also in backports?
If yes then the since is missleading and should be 29.0.13, otherwise drop it from the public interface

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it's not, I'll adjust later then 👍

This was referenced Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants