Add feature naming migration on file importation

This commit is contained in:
Andrey Antukh 2023-11-29 14:48:44 +01:00 committed by Andrés Moya
parent 2c8e29d1df
commit daec51bb7d
2 changed files with 19 additions and 0 deletions

View file

@ -719,6 +719,7 @@
file-id' (lookup-index file-id)
thumbnails (:thumbnails file)
file (update file :features cfeat/migrate-legacy-features)
features (-> enabled-features
(set/difference cfeat/frontend-only-features)