mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-03-02 22:57:11 -05:00
Peertube doesn't federate Update when video reach is changed from "Unlisted" to "Public" #6441
Labels
No labels
Component: Accessibility
Component: Administration
Component: Auth
Component: CLI
Component: Channels
Component: Chapters
Component: Comments
Component: Custom Markdown
Component: Docker 🐳
Component: Documentation 📚
Component: Email
Component: Embed
Component: Federation 🎡
Component: Import/Export
Component: Live
Component: Metadata
Component: Mobile
Component: Moderation :godmode:
Component: Notifications
Component: Object storage
Component: Observability
Component: PeerTube Plugin 📦
Component: Player ⏯️
Component: Playlist
Component: Recommendation
Component: Redundancy
Component: Registration
Component: Runners
Component: SEO
Component: Search
Component: Security
Component: Stats
Component: Studio
Component: Studio
Component: Subscriptions
Component: Subtitles 💬
Component: Transcoding
Component: Upload
Component: Video Import
Component: i18n 🔡
Priority: High
Priority: Low
Priority: Roadmap
Status: Blocked ✋
Status: In Progress 🔜
Status: To Reproduce
Status: Waiting for answer
Template not filled
Type: Bug 🐛
Type: Discussion 💭
Type: Discussion 💭
Type: Duplicate ➿
Type: Feature Request ✨
Type: Maintenance 👷♀️
Type: Performance
Type: Question
UI
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PeerTube#6441
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @Nicthurne on GitHub (Feb 1, 2026).
Describe the current behavior
If a video has been set to "unlisted" and instances in the fediverse know about this video, they will respect the setting. However, if this video then gets set to "public" afterwards, these instances do not receive an update and therefore still believe that the video is "unlisted".
See this Mastodon conversation.
This is not ideal, as it is not intuitive to Peertube users. Ideally, an update activity should be federated to let instances know that the visibility has been updated.
Steps to reproduce
Describe the expected behavior
Expected would be for remote instances to know that the video has been changed from "unlisted" to "public", and therefore show it to everyone.
Additional information
PeerTube instance: https://peertube.wtf/
Browser name, version and platforms on which you could reproduce the bug:
Link to browser console log if relevant:
Link to server log if relevant (
journalctlor/var/www/peertube/storage/logs/):@Chocobozzz commented on GitHub (Feb 16, 2026):
Hello,
Please see https://github.com/Chocobozzz/PeerTube/issues/7175#issuecomment-3144879868
Did you check logs and instance jobs to ensure it doesn't send the
Create/Updateactivity when the video is not unlisted anymore?