From 7964beedb25a61121ca98606c0809d34ce4fe2b9 Mon Sep 17 00:00:00 2001 From: dusk Date: Thu, 23 Oct 2025 23:36:42 +0300 Subject: [PATCH] docs: more todos --- README.md | 1 + src/lib/at/stardust.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2637863..4cf67b2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ a WIP replies timeline only (eg. it only shows replies to your posts and your ow - [ ] 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) diff --git a/src/lib/at/stardust.ts b/src/lib/at/stardust.ts index 04e37f6..0817a9a 100644 --- a/src/lib/at/stardust.ts +++ b/src/lib/at/stardust.ts @@ -8,7 +8,7 @@ export type Notification = { }; export type LinkNotification = { - operation: 'create' | 'update' | 'delete'; + operation: 'create'; // todo: delete in the future source: BacklinksSource; source_record: CanonicalResourceUri; source_rev: RecordKey; -- 2.51.2