mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-23 14:46:07 +09:00
parent
84af6f49c8
commit
df5734523f
@ -584,7 +584,7 @@ export async function updateNote(value: string | IObject, resolver?: Resolver) {
|
||||
text = await htmlToMfm(post.content, post.tag);
|
||||
}
|
||||
|
||||
const cw = post.sensitive && post.summary;
|
||||
const cw = post.summary === "" ? null : post.summary;
|
||||
|
||||
// File parsing
|
||||
const fileList = post.attachment
|
||||
|
Loading…
Reference in New Issue
Block a user