audio streaming app plyr.fm
38
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct third parties list and DMCA deletion claim (#762)

* fix: correct third parties list and DMCA deletion claim

privacy policy:
- remove "AT Protocol network" from third parties (not a service we use)
- add AudD (audio fingerprinting for copyright detection)
- add Anthropic (image analysis for content moderation)

terms of service:
- fix inaccurate claim that we cannot delete from user's PDS
- clarify: we CAN delete while user is authenticated, but cannot
control content indexed/cached by other ATProto services

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: clarify that audio files are always under our control

the actual content (audio) lives on R2 - we can always remove it.
ATProto records are just metadata; without the audio they're useless.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

authored by

nate nowack
Claude Opus 4.5
and committed by
GitHub
f13e2844 bf4e77e6

+5 -4
+2 -1
frontend/src/routes/privacy/+page.svelte
··· 65 65 <li><strong>Fly.io</strong> - backend hosting</li> 66 66 <li><strong>Neon</strong> - database</li> 67 67 <li><strong>Logfire</strong> - error monitoring</li> 68 - <li><strong>AT Protocol network</strong> - public data federation</li> 68 + <li><strong>AudD</strong> - audio fingerprinting for copyright detection</li> 69 + <li><strong>Anthropic</strong> - image analysis for content moderation</li> 69 70 </ul> 70 71 </section> 71 72
+3 -3
frontend/src/routes/terms/+page.svelte
··· 80 80 we terminate accounts of repeat infringers. 81 81 </p> 82 82 <p> 83 - <strong>AT Protocol limitation:</strong> we can only remove content from our 84 - servers. we cannot delete content that has been published to other AT Protocol 85 - servers or your PDS. 83 + <strong>AT Protocol limitation:</strong> audio files are stored on our servers 84 + and we can remove them at any time. track records on ATProto may be indexed 85 + elsewhere as metadata, but without the audio files they reference. 86 86 </p> 87 87 </section> 88 88