entity_normalizer: treat gifv attachment like it is video as we have handled this already. #3489

Open
Yonle wants to merge 1 commit from Yonle/pleroma-fe:filetypeservice-1 into develop
Member

on some backend like iceshrimp.net, type can return as gifv which is basically a GIF that was converted to video. Since we haven't handled this type of file. We might treat it as if it was video given we have already handle silent video on <VideoAttachment>.

on some backend like iceshrimp.net, `type` can return as `gifv` which is basically a GIF that was converted to video. Since we haven't handled this type of file. We might treat it as if it was `video` given we have already handle silent video on `<VideoAttachment>`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u filetypeservice-1:Yonle-filetypeservice-1
git switch Yonle-filetypeservice-1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff Yonle-filetypeservice-1
git switch Yonle-filetypeservice-1
git rebase develop
git switch develop
git merge --ff-only Yonle-filetypeservice-1
git switch Yonle-filetypeservice-1
git rebase develop
git switch develop
git merge --no-ff Yonle-filetypeservice-1
git switch develop
git merge --squash Yonle-filetypeservice-1
git switch develop
git merge --ff-only Yonle-filetypeservice-1
git switch develop
git merge Yonle-filetypeservice-1
git push origin develop
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe!3489
No description provided.