Skip to content

Commit

Permalink
Don't warn on internal links (#3089)
Browse files Browse the repository at this point in the history
* Don't want on internal links

* Just disable mismatch for this inline link
  • Loading branch information
estrattonbailey authored Mar 4, 2024
1 parent b70c404 commit ebd279e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view/com/notifications/FeedItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ let FeedItem = ({
text={sanitizeDisplayName(
authors[0].displayName || authors[0].handle,
)}
disableMismatchWarning
/>
{authors.length > 1 ? (
<>
Expand Down

0 comments on commit ebd279e

Please sign in to comment.