summaryrefslogtreecommitdiff
path: root/NOTES.md
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-18 10:04:43 +0700
committerpolwex <polwex@sortug.com>2025-09-18 10:04:43 +0700
commite69afcff1c1f42436998ca0b070162d556dd577c (patch)
treeceaf1e3c7f654902eb3029483a4a2af37591c320 /NOTES.md
parent7bac4927e8895719a91011da9a2b997579238145 (diff)
Diffstat (limited to 'NOTES.md')
-rw-r--r--NOTES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/NOTES.md b/NOTES.md
index 79406c2..cfca357 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -45,3 +45,8 @@ lol forget the frontend make it work for Primal
- ~It appears relays ignore you if you pass more than 11 authors on a filter~
- Turns out the pubkeys were wrong because we were not padding the hex strings to 64 chars. fixed now
- Relay send a notice if too many concurrent REQs
+
+# Hard stuff
+
+It's hard to sync with the Nostr relays. We can fetch a bunch of posts and that's fine but then we want to fetch other data related to those posts, say the authors metadata or reactions or whatever. So we do it in bulk, but when? Nostr data keeps trickling in if we're subscribed through the shim.
+