fix(mobile): hide archived identities from mentions - #6548
Open
joshpalerlin wants to merge 1 commit into
Open
Conversation
WHAT: Load the active relay NIP-IA snapshot and exclude archived identities from mobile mention candidates while preserving the self exemption. WHY: Archived owned agents remained visible in mobile autocomplete even though desktop already hid them. SOURCE: Official NIP-IA client behavior and the existing desktop archive-aware mention implementation. CURRENT GATE: Build and local Docker audit complete. PROOF: Dart format passed; flutter analyze found no issues; focused tests passed 29/29; full mobile tests passed 1584/1584. NEXT STEP: Upstream PR is open for independent review and CI. Signed-off-by: Josh Paler Lin <175048419+joshpalerlin@users.noreply.github.com>
joshpalerlin
force-pushed
the
fix/mobile-archived-agent-mentions
branch
from
August 22, 2026 06:28
548e387 to
ac239a0
Compare
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.
What
selfidentitykind:13535archive snapshotWhy
Buzz Desktop already excludes archived identities from mention autocomplete. Mobile did not load the relay archive snapshot, so retired owned agents could remain visible beside their active replacement.
Safety
Proof
dart format --output=none --set-exit-if-changed .flutter analyze— no issuesflutter test— 1,584 passedHandoff