mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-09 16:44:21 +01:00
views/attachment.ts -> views/mastodon/attachments.ts
This commit is contained in:
@@ -2,7 +2,7 @@ import { AppController } from '@/app.ts';
|
||||
import { z } from '@/deps.ts';
|
||||
import { fileSchema } from '@/schema.ts';
|
||||
import { parseBody } from '@/utils/web.ts';
|
||||
import { renderAttachment } from '@/views/attachment.ts';
|
||||
import { renderAttachment } from '@/views/mastodon/attachments.ts';
|
||||
import { uploadFile } from '@/upload.ts';
|
||||
|
||||
const mediaBodySchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user