import publishUserEvent in mute renote APIs

This commit is contained in:
Chloe Kudryavtsev 2022-10-09 09:13:06 -04:00 committed by Gitea
parent 590a8b98d9
commit 897658c188
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
import { genId } from '@/misc/gen-id.js';
import { RenoteMutings } from '@/models/index.js';
import { RenoteMuting } from '@/models/entities/renote-muting.js';
import { publishUserEvent } from '@/services/stream.js';
import define from '../../define.js';
import { ApiError } from '../../error.js';
import { getUser } from '../../common/getters.js';

View file

@ -1,4 +1,5 @@
import { RenoteMutings } from '@/models/index.js';
import { publishUserEvent } from '@/services/stream.js';
import define from '../../define.js';
import { ApiError } from '../../error.js';
import { getUser } from '../../common/getters.js';