Pass each relay's latest as its since#51
Open
alopatindev wants to merge 1 commit intofranzaps:masterfrom
Open
Conversation
5a325a3 to
e49411d
Compare
Owner
|
Thanks. Are you using zapthreads for anything in particular or just want to improve it? |
Author
|
I'm about to integrate it to my website as soon as I'll finish some features. Basically I want to make it a bit faster and add some filtering. |
Owner
|
That's cool, share your site if you want |
Author
|
Sure, here it is, zapthreads is not integrated though yet |
Author
|
Ok, finally running it 🚀 Here's how it looks like and what features are available now: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates
nostr-toolsbecause there's nosubscribeManyMapin the older version.trackRelaysshould've been enabled, otherwiseseenOnis empty.I would actually personally prefer to pass not the
sinceitself but something likesince - tenMins(or evensince - hour), just to make sure we don't miss some "delayed" event sent from machine with poor time synchronization (or even perfect synchronization, but sent over a poor network just a second before the last event; or even broadcasted from some other relay using some cron script, etc.).