« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/external-links.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js
index 890373f..88d85d9 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: /.+/},