This commit is contained in:
syuilo 2018-09-10 14:48:19 +09:00
parent a462e3fd4c
commit 78bf76d275

View file

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