URLプレビューのサムネイルを隠す機能を追加 (MisskeyIO#214)
This commit is contained in:
parent
f229e26312
commit
ec5e1df9f5
11 changed files with 76 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue