Skip to content

Fix own notes not appearing in follows feed#47

Merged
barrydeen merged 1 commit intomainfrom
fix/own-notes-in-feed
Feb 26, 2026
Merged

Fix own notes not appearing in follows feed#47
barrydeen merged 1 commit intomainfrom
fix/own-notes-in-feed

Conversation

@barrydeen
Copy link
Copy Markdown
Owner

Summary

  • Insert kind-1 root notes into the feed list in cacheEvent() so published notes appear immediately instead of being silently dropped when the relay echo arrives
  • Include the user's own pubkey in the follows author filter so their notes aren't filtered out

Test plan

  • Publish a note and verify it appears in the follows feed without refreshing
  • Verify replies are still excluded from the feed (only root notes shown)
  • Switch between feed types (follows/extended/relay) and confirm own notes remain visible in follows

cacheEvent() marked published notes as seen but never inserted them into
the feed list, causing the relay echo to be dropped as a duplicate.
The follows author filter also excluded the user's own pubkey, so even
notes that reached the feed were filtered out.

Insert kind-1 root notes into the feed in cacheEvent() and include the
user's pubkey in the follows author filter.
@barrydeen barrydeen merged commit 3c65efc into main Feb 26, 2026
@barrydeen barrydeen deleted the fix/own-notes-in-feed branch March 4, 2026 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant