Changeset c7c7f02 in Klonkt for src/services/ActivityPubService.js
- Timestamp:
- 06/26/2026 01:01:54 PM (2 months ago)
- Branches:
- main
- Children:
- b6cdc3d
- Parents:
- bbce8da
- File:
-
- 1 edited
-
src/services/ActivityPubService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/ActivityPubService.js
rbbce8da rc7c7f02 1063 1063 if (!_cirkelPosts) _cirkelPosts = db.prepare(` 1064 1064 SELECT t.id, t.author_uri, t.author_name, t.author_handle, t.author_icon, t.author_url, 1065 t.content, t.url, t.published, t.media_json 1065 t.content, t.url, t.published, t.media_json, t.boosted 1066 1066 FROM ap_timeline t 1067 1067 LEFT JOIN ap_following f ON f.slug = t.slug AND f.actor_uri = t.author_uri
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)