forked from FoundKeyGang/FoundKey
backend: fixup another missed import of extractEmojis
This commit is contained in:
parent
fce14a07da
commit
9c5755cf65
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
import { IRemoteUser } from '@/models/entities/user.js';
|
import { IRemoteUser } from '@/models/entities/user.js';
|
||||||
import { createReaction } from '@/services/note/reaction/create.js';
|
import { createReaction } from '@/services/note/reaction/create.js';
|
||||||
import { ILike, getApId } from '../type.js';
|
import { ILike, getApId } from '../type.js';
|
||||||
import { fetchNote, extractEmojis } from '../models/note.js';
|
import { fetchNote } from '../models/note.js';
|
||||||
|
import { extractEmojis } from '../models/tag.js';
|
||||||
|
|
||||||
export default async (actor: IRemoteUser, activity: ILike) => {
|
export default async (actor: IRemoteUser, activity: ILike) => {
|
||||||
const targetUri = getApId(activity.object);
|
const targetUri = getApId(activity.object);
|
||||||
|
|
Loading…
Reference in a new issue