CW
This commit is contained in:
parent
4e032a9188
commit
d2d3a7d52b
7 changed files with 374 additions and 232 deletions
|
@ -63,7 +63,7 @@ export default async (user: IUser, data: {
|
|||
renoteId: data.renote ? data.renote._id : null,
|
||||
text: data.text,
|
||||
poll: data.poll,
|
||||
cw: data.cw,
|
||||
cw: data.cw == null ? null : data.cw,
|
||||
tags,
|
||||
userId: user._id,
|
||||
viaMobile: data.viaMobile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue