Skip to content

Commit 1a84cae

Browse files
authored
Update post.rs
1 parent 56eebe0 commit 1a84cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/apub/src/objects/post.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ impl Object for ApubPost {
255255
published: page.published.map(Into::into),
256256
updated: page.updated.map(Into::into),
257257
deleted: Some(false),
258+
thumbnail_url: thumbnail_url.map(Into::into),
258259
nsfw: page.sensitive,
259260
ap_id: Some(page.id.clone().into()),
260261
local: Some(false),

0 commit comments

Comments
 (0)