1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-17 07:47:28 -06:00
This commit is contained in:
syuilo 2018-07-25 09:54:03 +09:00
parent b3b82e7595
commit 8f50482896

View file

@ -37,6 +37,10 @@ export type IMetadata = {
storage?: string;
storageProps?: any;
isSensitive?: boolean;
/**
* ()URLへの直リンクか否か
*/
isRemote?: boolean;
};