replies timeline only, appview-less bluesky client

docs: more todos

Changed files
+2 -1
src
lib
+1
README.md
··· 13 13 - [ ] consider showing posts that mention / quote the user.. 14 14 - [ ] notifications when replied to (and mentioned and quoted?) 15 15 - [ ] basic filtering settings for the timeline (dont show self posts and if we implement mentioned / quoted add toggles for those as well) 16 + - [ ] use bsky video CDN instead of linking to blob 16 17 - [ ] dont use listRecords to fetch own posts. we should have an index for this (red dwarf will have this so just piggyback off of that?) 17 18 - [ ] consider implementing feeds 18 19 - [ ] use jetstream to listen for own posts / likes / etc. made from other clients ? (pretty lowprio though, not sure if worth it, can just refresh)
+1 -1
src/lib/at/stardust.ts
··· 8 8 }; 9 9 10 10 export type LinkNotification = { 11 - operation: 'create' | 'update' | 'delete'; 11 + operation: 'create'; // todo: delete in the future 12 12 source: BacklinksSource; 13 13 source_record: CanonicalResourceUri; 14 14 source_rev: RecordKey;