Changeset f3caf19 in Klonkt for src/routes
- Timestamp:
- 07/26/2026 09:02:17 AM (6 weeks ago)
- Branches:
- main
- Children:
- 3654057
- Parents:
- a677616
- File:
-
- 1 edited
-
src/routes/activitypub.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/activitypub.js
ra677616 rf3caf19 188 188 name: t.reblog_name || undefined, handle: t.reblog_handle || undefined, 189 189 icon: t.reblog_icon || undefined, 190 // FEP-9098: emojis in the booster's display name (":shortcode:"), if any. 191 emojis: (() => { try { return t.reblog_emoji_json ? JSON.parse(t.reblog_emoji_json) : undefined; } catch { return undefined; } })(), 190 192 } : undefined, 191 193 },
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)