refactor: use path alias to improve readability
This commit is contained in:
parent
6d881d4570
commit
97f2675d40
55 changed files with 92 additions and 92 deletions
|
|
@ -7,7 +7,7 @@ import { MessagingMessages, UserGroupJoinings, Users } from '@/models/index';
|
|||
import { In } from 'typeorm';
|
||||
import { IdentifiableError } from '@/misc/identifiable-error';
|
||||
import { UserGroup } from '@/models/entities/user-group';
|
||||
import { toArray } from '../../../prelude/array';
|
||||
import { toArray } from '@/prelude/array';
|
||||
import { renderReadActivity } from '@/remote/activitypub/renderer/read';
|
||||
import { renderActivity } from '@/remote/activitypub/renderer/index';
|
||||
import { deliver } from '@/queue/index';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue