mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-25 22:22:51 +09:00
Fix #2677
This commit is contained in:
parent
eebed9944c
commit
20a9c25d70
@ -25,7 +25,8 @@ export default async function(user: IUser, note: INote) {
|
||||
tags: [],
|
||||
fileIds: [],
|
||||
poll: null,
|
||||
geo: null
|
||||
geo: null,
|
||||
cw: null
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user