forked from FoundKeyGang/FoundKey
add missing import for emoji parsing
This commit is contained in:
parent
21ab8e75ee
commit
f00b3cc378
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import { toPuny } from '@/misc/convert-host.js';
|
|||
import { Emojis } from '@/models/index.js';
|
||||
import { Emoji } from '@/models/entities/emoji.js';
|
||||
import { apLogger } from '@/remote/activitypub/logger.js';
|
||||
import { genId } from '@/misc/gen-id.js';
|
||||
|
||||
export function extractApHashtags(tags: IObject | IObject[] | null | undefined): string[] {
|
||||
if (tags == null) return [];
|
||||
|
|
Loading…
Reference in a new issue