Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Don't warn on internal links (#3089)

* Don't want on internal links

* Just disable mismatch for this inline link

authored by

Eric Bailey and committed by
GitHub
ebd279ed b70c404d

+1
+1
src/view/com/notifications/FeedItem.tsx
··· 228 228 text={sanitizeDisplayName( 229 229 authors[0].displayName || authors[0].handle, 230 230 )} 231 + disableMismatchWarning 231 232 /> 232 233 {authors.length > 1 ? ( 233 234 <>