There was an error while loading. Please reload this page.
1 parent 8f580f3 commit 6f3733dCopy full SHA for 6f3733d
1 file changed
desktop/src/features/messages/lib/useMentions.ts
@@ -209,7 +209,11 @@ export function useMentions(
209
if (isArchivedDiscovery(pubkey)) {
210
return;
211
}
212
- if (candidate.isAgent && !mentionableAgentPubkeys.has(pubkey)) {
+ if (
213
+ candidate.isAgent &&
214
+ !candidate.isMember &&
215
+ !mentionableAgentPubkeys.has(pubkey)
216
+ ) {
217
218
219
0 commit comments