Index: src/routes/activitypub.js
===================================================================
--- src/routes/activitypub.js	(revision 46a30f032f67041dd4baca6f51995e41ee1f23f6)
+++ src/routes/activitypub.js	(revision a677616cd3a4564e824f55e278142df81152336c)
@@ -180,4 +180,6 @@
         name: t.author_name || undefined, handle: t.author_handle || undefined,
         icon: t.author_icon || undefined, url: t.author_url || undefined,
+        // FEP-9098: emojis in the display name (":shortcode:"), if any.
+        emojis: (() => { try { return t.author_emoji_json ? JSON.parse(t.author_emoji_json) : undefined; } catch { return undefined; } })(),
       } : undefined,
       // When a followed account boosted this, who did ("X boosted"). Omitted for
