mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 19:05:55 +02:00
CW
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user