From d5d65802e036856dc603e36b3c25e96202e3424a Mon Sep 17 00:00:00 2001 From: tobi Date: Tue, 28 Jan 2025 11:25:48 +0100 Subject: [PATCH] blah --- docs/federation/posts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/federation/posts.md b/docs/federation/posts.md index 2ea1fe058..e682842ee 100644 --- a/docs/federation/posts.md +++ b/docs/federation/posts.md @@ -88,6 +88,10 @@ The `updated` and `icon.url` properties of the emoji can be used by remote insta The `Emoji` can also be dereferenced at its `id` URI if necessary, so that remotes can check whether their cached version of the emoji metadata is up to date. +By default, GoToSocial sets a 50kb limit on the size of emoji images that can be uploaded and sent out, and a 100kb limit on the size of emoji images that can be federated in, though both of these settings are configurable by users. + +GoToSocial can send and receive emoji images of the type `image/png`, `image/jpeg`, `image/gif`, and `image/webp`. + ### `null` / empty `id` property Some server softwares like Akkoma include emojis as [anonymous objects](https://www.w3.org/TR/activitypub/#obj-id) on statuses. That is, they set the `id` property to the value `null` to indicate that the emoji cannot be dereferenced at any specific endpoint.