mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #135] [MERGED] [mastodon] Add Support for YouTube Videos #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/135
Author: @ricoberger
Created: 2/10/2024
Status: ✅ Merged
Merged: 2/10/2024
Merged by: @ricoberger
Base:
main← Head:mastodon-add-support-for-youtube-videos📝 Commits (1)
1bf7b40[mastodon] Add Support for YouTube Videos📊 Changes
1 file changed (+76 additions, -26 deletions)
View changed files
📝
app/lib/widgets/item/details/item_details_mastodon.dart(+76 -26)📄 Description
The Mastodon source supports YouTube Videos now. This means that if a Mastodon post contains a link to a YouTube video as user can now directly watch the video within the app.
If the post contains a video we render the YouTube video and the description instead of the description, images and videos.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.