From 1250233556e36ef10e14bacac07d903236c9882e Mon Sep 17 00:00:00 2001 From: tobi Date: Tue, 28 Jan 2025 11:31:45 +0100 Subject: [PATCH] array thingy --- docs/federation/posts.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/federation/posts.md b/docs/federation/posts.md index e9d559790..345834a23 100644 --- a/docs/federation/posts.md +++ b/docs/federation/posts.md @@ -92,6 +92,9 @@ By default, GoToSocial sets a 50kb limit on the size of emoji images that can be GoToSocial can send and receive emoji images of the type `image/png`, `image/jpeg`, `image/gif`, and `image/webp`. +!!! info + Note that the `tag` property can be either an array of objects, or a single object. + ### `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.