Add stable share fingerprints and near-match conflict routing
This commit is contained in:
@@ -291,6 +291,7 @@ class _InboxEntryCard extends StatelessWidget {
|
||||
final bool hasCandidates = suggestedMatches.isNotEmpty;
|
||||
final String reasonLabel = switch (entry.reason) {
|
||||
SharedInboxReason.ambiguousProfileMatch => 'Ambiguous match',
|
||||
SharedInboxReason.nearProfileConflict => 'Near match conflict',
|
||||
SharedInboxReason.missingIdentity => 'Missing identity',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user