Index: src/routes/activitypub.js
===================================================================
--- src/routes/activitypub.js	(revision a677616cd3a4564e824f55e278142df81152336c)
+++ src/routes/activitypub.js	(revision b5c2538d199fb16a6685aa4a0abfc688075b7fd3)
@@ -188,4 +188,6 @@
         name: t.reblog_name || undefined, handle: t.reblog_handle || undefined,
         icon: t.reblog_icon || undefined,
+        // FEP-9098: emojis in the booster's display name (":shortcode:"), if any.
+        emojis: (() => { try { return t.reblog_emoji_json ? JSON.parse(t.reblog_emoji_json) : undefined; } catch { return undefined; } })(),
       } : undefined,
     },
