feat: advertise raw GIF support to Beeper Desktop - #235
Closed
clins1994 wants to merge 1 commit into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fi.mau.gifroom capability for rawimage/gifm.videowithfi.mau.gif) through the existing LINE image/GIF send pathRelated to #90
Why this is intentionally small
The bridge already sends actual GIF files from Beeper mobile and ordinary media uploads. Beeper Desktop uses a separate GIF capability to decide whether its GIF picker can send to a room. Advertising only
image/giflets Desktop select the format the bridge already supports.Video-backed GIFs remain ordinary videos and are not advertised as GIF-capable yet. They can be added later if live testing shows Desktop cannot provide a raw GIF.
Testing
go test ./... -count=1go vet $(go list ./... | grep -v /ltsm)staticcheck $(go list ./... | grep -v /ltsm)go build ./...goimports -local github.com/highesttt/matrix-line-messengergit diff --checkBeeper Cloud verification