replies timeline only, appview-less bluesky client

docs: more todos

Changed files
+2 -1
src
lib
+1
README.md
···
- [ ] consider showing posts that mention / quote the user..
- [ ] notifications when replied to (and mentioned and quoted?)
- [ ] basic filtering settings for the timeline (dont show self posts and if we implement mentioned / quoted add toggles for those as well)
+
- [ ] use bsky video CDN instead of linking to blob
- [ ] 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?)
- [ ] consider implementing feeds
- [ ] 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
···
};
export type LinkNotification = {
-
operation: 'create' | 'update' | 'delete';
+
operation: 'create'; // todo: delete in the future
source: BacklinksSource;
source_record: CanonicalResourceUri;
source_rev: RecordKey;