diff options
Diffstat (limited to 'internal/ap/extract.go')
| -rw-r--r-- | internal/ap/extract.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ap/extract.go b/internal/ap/extract.go index 5fdf4962c..40578b8fc 100644 --- a/internal/ap/extract.go +++ b/internal/ap/extract.go @@ -903,7 +903,7 @@ func ExtractEmojis(i WithTag, host string) ([]*gtsmodel.Emoji, error) { // dummy URI for the emoji can be constructed in case // there's no id property or id property is null. // -// https://github.com/superseriousbusiness/gotosocial/issues/3384) +// https://codeberg.org/superseriousbusiness/gotosocial/issues/3384) func ExtractEmoji( e Emojiable, host string, |
