Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions src/server/federation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,16 @@ pub enum SharedItem {
/// Titles, identifiers, artwork and any metadata that came back about what
/// is on that server.
WhatIsInTheLibrary,
/// What was played, when, how far it got, and whatever #60 decides counts as
/// watched. 0068 places this closest to the sensitive kind, because a
/// viewing history says a great deal about a person.
/// What was played, when, how far it got, and what counts as watched, which
/// is 0060's rule and is applied in [`crate::playback::watched`]. 0068 places
/// this closest to the sensitive kind, because a viewing history says a great
/// deal about a person.
///
/// THIS ITEM SAID "whatever #60 decides counts as watched". That issue
/// decided it and closed as completed on 2026-08-27, nine hours after this
/// sentence landed, and the module applying the rule arrived two hours after
/// that. So the sentence went stale rather than landing refuted, which is the
/// milder of the two states. #489 is where it was found.
WhatWasPlayed,
/// The queue of actions taken while the server was gone, from #47, which is
/// the same data with a delay on it.
Expand Down
Loading