diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-30 14:01:55 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-30 14:01:55 -0300 |
commit | 1add6e779952f7669015079cbfe0fd79c2749fb9 (patch) | |
tree | 90ded54856a75682cedd081865257757b2a3ba1e | |
parent | 1ed72d23ff0c1849e8621cf50dc0923cd392f1fa (diff) |
external-links: more Mastodon
-rw-r--r-- | src/util/external-links.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js index 890373fc..88d85d92 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -461,7 +461,11 @@ export const externalLinkSpec = [ }, { - match: {domains: ['types.pl']}, + match: {domains: [ + 'mastodon.social', + 'shrike.club', + 'types.pl', + ]}, platform: 'mastodon', handle: {domain: /.+/}, |