Fix CW Import
This commit is contained in:
parent
6e94df5198
commit
49d599144f
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export async function importMastoPost(
|
||||||
text: text || undefined,
|
text: text || undefined,
|
||||||
reply,
|
reply,
|
||||||
renote: null,
|
renote: null,
|
||||||
cw: post.sensitive,
|
cw: post.object.sensitive ? post.object.summary : undefined,
|
||||||
localOnly: false,
|
localOnly: false,
|
||||||
visibility: "hidden",
|
visibility: "hidden",
|
||||||
visibleUsers: [],
|
visibleUsers: [],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue