Conversation
…, and reliability improvements Notifications: - Replace inline reply rendering with full PostCard in notifications tab, enabling reactions, zaps, reposts, quotes, and bookmarks directly from notifications - Add clickable "reply to #note1abc..." label linking to the original note - Wire up zap dialog, bookmark state, and all action callbacks in Navigation NIP-05 verification: - Distinguish IMPERSONATOR (server returned different pubkey) from ERROR (network/parse failure) with separate Nip05Result enum - Show retry icon on ERROR status in PostCard and UserProfileScreen - Mark impersonation with red X, keep errors retryable Relay reliability: - Remove cooldowns from persistent relays — only apply to ephemeral relays, avoiding cascading delays on app resume - Merge cached scored relays with pinned relays on init for immediate full relay set on process restart - Rebuild scored relays from persisted data in RelayScoreBoard init Event deduplication: - Add countedReactionIds/countedZapIds sets to prevent double-counting when seenEventIds LRU is trimmed and events are re-processed Quoted notes: - Show loading spinner instead of static text while fetching referenced notes - Retry failed quote fetches after 30s instead of permanently blacklisting - Send quote requests to all relays instead of just read relays Feed lifecycle: - Use Activity lifecycle instead of NavBackStackEntry for resume detection, preventing duplicate re-subscriptions on tab navigation
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.
Summary
Changed files
NotificationsScreen.ktNavigation.ktNotificationsViewModel.ktcontactRepositorygetterPostCard.ktshowDividerparam; NIP-05 impersonation vs error handling with retry iconNip05.ktNip05Resultenum (VERIFIED/MISMATCH/ERROR) replacing boolean returnNip05Repository.ktIMPERSONATORandERRORstatuses;retry()method; identifier cachingUserProfileScreen.ktRelayPool.ktRelayScoreBoard.ktFeedViewModel.ktEventRepository.ktMetadataFetcher.ktRichContent.ktFeedScreen.ktTest plan