forked from FoundKeyGang/FoundKey
backend: fix import of extractEmojis in models/person
This commit is contained in:
parent
cb2d0fdd9e
commit
fce14a07da
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ import { fromHtml } from '@/mfm/from-html.js';
|
|||
import { Resolver } from '@/remote/activitypub/resolver.js';
|
||||
import { apLogger } from '../logger.js';
|
||||
import { isCollectionOrOrderedCollection, isCollection, IActor, getApId, getOneApHrefNullable, IObject, isPropertyValue, getApType, isActor } from '../type.js';
|
||||
import { extractApHashtags } from './tag.js';
|
||||
import { resolveNote, extractEmojis } from './note.js';
|
||||
import { extractApHashtags, extractEmojis } from './tag.js';
|
||||
import { resolveNote } from './note.js';
|
||||
import { resolveImage } from './image.js';
|
||||
|
||||
const nameLength = 128;
|
||||
|
|
Loading…
Reference in a new issue