This commit is contained in:
syuilo 2018-09-10 14:48:19 +09:00
parent eebed9944c
commit 20a9c25d70
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -25,7 +25,8 @@ export default async function(user: IUser, note: INote) {
tags: [],
fileIds: [],
poll: null,
geo: null
geo: null,
cw: null
}
});