mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-07 16:39:05 -04:00
When an application or runtime is updated and its metadata requests a new branch of an extension, Flatpak should automatically pull the new branch if the user already has at least one branch of that extension installed. This ensures that "no-autodownload" extensions (like GIMP plugins) stay functional after an update that requires a new branch, while still respecting the user's explicit opt-in (the existing installation of a previous branch). Fixes: https://github.com/flatpak/flatpak/issues/4208