diff options
| author | 2025-04-27 13:36:27 +0200 | |
|---|---|---|
| committer | 2025-04-27 13:40:22 +0200 | |
| commit | 93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1 (patch) | |
| tree | 0e487b1f0d32ac0d45589198fb573b89e48afd8b /web/source/settings/lib/query/admin/custom-emoji/index.ts | |
| parent | [chore] add woodpecker ci/cd pipelines (#4061) (diff) | |
| download | gotosocial-93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1.tar.xz | |
[chore] Rewrite all remaining Github links
Diffstat (limited to 'web/source/settings/lib/query/admin/custom-emoji/index.ts')
| -rw-r--r-- | web/source/settings/lib/query/admin/custom-emoji/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/lib/query/admin/custom-emoji/index.ts b/web/source/settings/lib/query/admin/custom-emoji/index.ts index c5dd0a814..b4ae74610 100644 --- a/web/source/settings/lib/query/admin/custom-emoji/index.ts +++ b/web/source/settings/lib/query/admin/custom-emoji/index.ts @@ -64,7 +64,7 @@ function emojisFromSearchResult(searchRes): EmojisFromItem { return { type, // Workaround to get host rather than account domain. - // See https://github.com/superseriousbusiness/gotosocial/issues/1225. + // See https://codeberg.org/superseriousbusiness/gotosocial/issues/1225. domain: (new URL(data.url)).host, list: data.emojis, }; |
