Fix bug
This commit is contained in:
parent
0bcef2453c
commit
e8db63e788
4 changed files with 9 additions and 5 deletions
|
@ -217,7 +217,7 @@ export default define(meta, (ps, user, app) => new Promise(async (res, rej) => {
|
|||
if (updates.description != null) {
|
||||
const tokens = parse(updates.description);
|
||||
emojis = emojis.concat(extractEmojis(tokens));
|
||||
tags = extractHashtags(tokens);
|
||||
tags = extractHashtags(tokens).map(tag => tag.toLowerCase());
|
||||
}
|
||||
|
||||
updates.emojis = emojis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue