-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track the user's relay list using polling #438
base: master
Are you sure you want to change the base?
Track the user's relay list using polling #438
Conversation
d093725
to
ded4752
Compare
e1afc1b
to
a4de7bf
Compare
Is there a better way? It seems that there is a large common subset in all of these function signatures ...
Instead of passing a reference to the accounts Muted struct pass a reference to a MuteFun which is called on each note and returns bool.
a4de7bf
to
082407f
Compare
seeing concerning warnings on this branch:
97 unhandled eose's seems large also:
which seems to be trying to fetch from a bunch of relays I don't recognize, is this trying to do the outbox model? |
there also seems to be log entries that are creating newlines which we should try to avoid (Muted, desired_relays) |
Nope, just k:10002 Can you try with |
Which npub are you using? I'll see if I can reproduce ... |
|
This is the third attempt, the previous were #346 and #380
This version uses polling instead of async operations