URLプレビューのサムネイルを隠す機能を追加 (MisskeyIO#214)
This commit is contained in:
@@ -20,6 +20,7 @@ type Ad = TODO_2;
|
||||
// @public (undocumented)
|
||||
type AdminInstanceMetadata = DetailedInstanceMetadata & {
|
||||
blockedHosts: string[];
|
||||
urlPreviewDenyList: string[];
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
|
@@ -355,6 +355,7 @@ export type InstanceMetadata = LiteInstanceMetadata | DetailedInstanceMetadata;
|
||||
export type AdminInstanceMetadata = DetailedInstanceMetadata & {
|
||||
// TODO: There are more fields.
|
||||
blockedHosts: string[];
|
||||
urlPreviewDenyList: string[];
|
||||
};
|
||||
|
||||
export type ServerInfo = {
|
||||
|
Reference in New Issue
Block a user