Keep date range for person_relay #46
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When we follow someone, we don't get their entire history. But people will want to 'load more' at which point we should query an older date range.
We only keep last_fetched right now
This would make things so complicated, remembering and possibly merging multiple discontinuous ranges that we fetched, that I'm going to mark this as "your dreaming"
Maybe we can offer the option to re-fetch a person-feed as a manual action? Something like "search for more content" on the person feed? Then the user can specify a date range.
When I try to re-fetch all my very old DM's / notes from a clean profile
i am not able to get this. Maximum seems to be one day (Feed Chunk).
Tested on 0.8.2 debian package.
We have a load-more branch that isn't merged yet
The original issue as stated is completed, but the subsequent comments about it are certainly not completed. We don't store in person_relay any set of ranges that we have loaded, and while you can go back as far as you want, but you can't jump back by large increments, you can only grow backwards by small continuous increments.
I'm going to close this and open a new issue that makes it clear what is still lacking.