mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 19:05:55 +02:00
Fix #2677
This commit is contained in:
@@ -25,7 +25,8 @@ export default async function(user: IUser, note: INote) {
|
||||
tags: [],
|
||||
fileIds: [],
|
||||
poll: null,
|
||||
geo: null
|
||||
geo: null,
|
||||
cw: null
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user