This commit is contained in:
parent
cd8bfca29c
commit
9cac293efc
4 changed files with 14 additions and 12 deletions
|
@ -130,6 +130,7 @@ export default async (user: IUser, data: {
|
|||
poll: data.poll,
|
||||
cw: data.cw == null ? null : data.cw,
|
||||
tags,
|
||||
tagsLower: tags.map(tag => tag.toLowerCase()),
|
||||
userId: user._id,
|
||||
viaMobile: data.viaMobile,
|
||||
geo: data.geo || null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue