Fix #2677
This commit is contained in:
parent
eebed9944c
commit
20a9c25d70
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default async function(user: IUser, note: INote) {
|
||||||
tags: [],
|
tags: [],
|
||||||
fileIds: [],
|
fileIds: [],
|
||||||
poll: null,
|
poll: null,
|
||||||
geo: null
|
geo: null,
|
||||||
|
cw: null
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue