Fix bug
This commit is contained in:
parent
50327158e2
commit
3eb6b36866
|
@ -22,7 +22,8 @@ export default async function(user: IUser, note: INote) {
|
|||
text: null,
|
||||
tags: [],
|
||||
mediaIds: [],
|
||||
poll: null
|
||||
poll: null,
|
||||
geo: null
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue