appview-less bluesky client
24
fork

Configure Feed

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

docs: more todos

dusk 631c65ae 5fb4c541

+3
+3
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 + - [ ] 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 + - [ ] consider implementing feeds 18 + - [ ] use jetstream to listen for own posts / likes / etc. made from other clients ? (pretty lowprio though, not sure if worth it, can just refresh)