Changeset de89079 in Klonkt for src/routes/activitypub.js
- Timestamp:
- 07/26/2026 10:56:43 AM (6 weeks ago)
- Branches:
- main
- Children:
- c628dcd4
- Parents:
- 42e7616
- File:
-
- 1 edited
-
src/routes/activitypub.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/activitypub.js
r42e7616 rde89079 191 191 emojis: (() => { try { return t.reblog_emoji_json ? JSON.parse(t.reblog_emoji_json) : undefined; } catch { return undefined; } })(), 192 192 } : undefined, 193 // Whether THIS account already liked/boosted the note, so the app's 194 // detail-view buttons show the current state (and can toggle/undo). 195 'shaer:liked': !!t.liked, 196 'shaer:boosted': !!t.boosted, 193 197 }, 194 198 }));
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)