Skip to content

Commit

Permalink
Add support for Threads
Browse files Browse the repository at this point in the history
(closes #677)
  • Loading branch information
bhousel committed Aug 27, 2023
1 parent 0700e91 commit 09a1853
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
"description": "Join our community Telegram chat",
"url": "https://t.me/{account}"
},
"threads": {
"name": "{community} on Threads",
"description": "Follow us on Threads",
"url": "https://threads.net/@{account}"
},
"twitter": {
"name": "{community} on Twitter",
"description": "Follow us on Twitter",
Expand Down
1 change: 1 addition & 0 deletions dist/img/threads.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions schema/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"signal",
"slack",
"telegram",
"threads",
"twitter",
"url",
"wiki",
Expand Down
3 changes: 2 additions & 1 deletion scripts/build_icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {

import {
faDiscord, faDiscourse, faFacebook, faGithub, faGitlab, faLinkedin,
faMastodon, faMeetup, faReddit, faSlack, faTelegram, faTwitter, faYoutube
faMastodon, faMeetup, faReddit, faSlack, faSquareThreads, faTelegram, faTwitter, faYoutube
} from '@fortawesome/free-brands-svg-icons';

const toBuild = {
Expand All @@ -30,6 +30,7 @@ const toBuild = {
signal: faComment,
slack: faSlack,
telegram: faTelegram,
threads: faSquareThreads,
twitter: faTwitter,
url: faLink,
youtube: faYoutube,
Expand Down

0 comments on commit 09a1853

Please sign in to comment.