mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-08-02 21:36:27 +00:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
import config from '../../../../conf';
|
|
|
|
export default ({ _id }) => ({
|
|
type: 'Image',
|
|
url: `${config.drive_url}/${_id}`
|
|
});
|