Skip to content

fix: show user's own notes in follow feed after publishing#116

Merged
barrydeen merged 1 commit intomainfrom
fix/own-notes-missing-from-feed
Mar 1, 2026
Merged

fix: show user's own notes in follow feed after publishing#116
barrydeen merged 1 commit intomainfrom
fix/own-notes-missing-from-feed

Conversation

@barrydeen
Copy link
Copy Markdown
Owner

Summary

  • User's own published notes were not appearing in the follow feed
  • cacheEvent() added the event ID to seenEventIds without inserting into the feed list, causing addEvent() to reject the relay echo as a duplicate
  • Replaced cacheEvent() with addEvent() in ComposeViewModel.publishNote() so the note is both cached and inserted into the feed immediately

Closes #114

cacheEvent() adds the event ID to seenEventIds but does not insert into
feedList. When the relay echo arrives, addEvent() rejects it as a
duplicate. Use addEvent() instead so the note is both cached and inserted
into the feed immediately.

Closes #114
@barrydeen barrydeen merged commit f1c99d2 into main Mar 1, 2026
@barrydeen barrydeen deleted the fix/own-notes-missing-from-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.

new notes user broadcasts don't show up on feed

1 participant