mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 04:23:08 +02:00
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