Changeset a677616 in Klonkt for src/routes/activitypub.js
- Timestamp:
- 07/26/2026 08:47:16 AM (6 weeks ago)
- Branches:
- main
- Children:
- f3caf19
- Parents:
- 46a30f0
- File:
-
- 1 edited
-
src/routes/activitypub.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/activitypub.js
r46a30f0 ra677616 180 180 name: t.author_name || undefined, handle: t.author_handle || undefined, 181 181 icon: t.author_icon || undefined, url: t.author_url || undefined, 182 // FEP-9098: emojis in the display name (":shortcode:"), if any. 183 emojis: (() => { try { return t.author_emoji_json ? JSON.parse(t.author_emoji_json) : undefined; } catch { return undefined; } })(), 182 184 } : undefined, 183 185 // When a followed account boosted this, who did ("X boosted"). Omitted for
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)