This commit is contained in:
syuilo 2018-07-27 03:46:12 +09:00
parent c5d2c32ed2
commit b558fbb2a7

View file

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