diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-27 09:58:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-27 09:58:27 +0200 |
commit | 0fecf427d349a416dad149ee5d0b5210b6a43005 (patch) | |
tree | 8698f4c86a908f5f7465db0d36ba610a70773a0a /shared/models/activitypub/objects | |
parent | 5520f6658e330391f6439d65ffdaf07b46cefa64 (diff) | |
download | PeerTube-0fecf427d349a416dad149ee5d0b5210b6a43005.tar.gz PeerTube-0fecf427d349a416dad149ee5d0b5210b6a43005.tar.zst PeerTube-0fecf427d349a416dad149ee5d0b5210b6a43005.zip |
Don't use @shared in models
So other projects can use them
Diffstat (limited to 'shared/models/activitypub/objects')
-rw-r--r-- | shared/models/activitypub/objects/common-objects.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/activitypub/objects/common-objects.ts b/shared/models/activitypub/objects/common-objects.ts index 711ce45f4..43e8ea067 100644 --- a/shared/models/activitypub/objects/common-objects.ts +++ b/shared/models/activitypub/objects/common-objects.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import { AbusePredefinedReasonsString } from '@shared/models' | 1 | import { AbusePredefinedReasonsString } from '../../moderation/abuse/abuse-reason.model' |
2 | 2 | ||
3 | export interface ActivityIdentifierObject { | 3 | export interface ActivityIdentifierObject { |
4 | identifier: string | 4 | identifier: string |