diff options
Diffstat (limited to 'src/common/remote/activitypub/renderer/document.ts')
| -rw-r--r-- | src/common/remote/activitypub/renderer/document.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/remote/activitypub/renderer/document.ts b/src/common/remote/activitypub/renderer/document.ts deleted file mode 100644 index 4a456416a9..0000000000 --- a/src/common/remote/activitypub/renderer/document.ts +++ /dev/null @@ -1,7 +0,0 @@ -import config from '../../../../conf'; - -export default ({ _id, contentType }) => ({ - type: 'Document', - mediaType: contentType, - url: `${config.drive_url}/${_id}` -}); |