Changeset 857a06f in Klonkt for src/routes/posts.js
- Timestamp:
- 06/30/2026 05:43:39 PM (2 months ago)
- Branches:
- main
- Children:
- 7ecbefc
- Parents:
- b5a09ce2
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
rb5a09ce2 r857a06f 286 286 ActivityPubService.deliverCreate(site, { 287 287 id: postId, slug: finalSlug, title: title || finalSlug, 288 content: cleanContent, cover_image_url: cover_image_url || null, 288 content: cleanContent, cover_image_url: cover_image_url || null, cover_video_url: req.body.cover_video_url || null, 289 289 published_at: publishedAt, created_at: now, fan_only: fanOnly, nsfw, content_warning: cw, 290 290 }).catch(() => { /* best-effort */ }); … … 417 417 const apPost = { 418 418 id: post.id, slug: finalSlug, title: title || finalSlug, 419 content: cleanContent, cover_image_url: cover_image_url || null, 419 content: cleanContent, cover_image_url: cover_image_url || null, cover_video_url: req.body.cover_video_url || null, 420 420 published_at: publishedAt, created_at: post.created_at, fan_only: fanOnly, nsfw, content_warning: cw, 421 421 };
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)