mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 09:06:17 +02:00
enhance(backend): リモートサーバーのチャート生成を無効にするオプションを追加
This commit is contained in:
@@ -396,6 +396,11 @@ export class Meta {
|
||||
})
|
||||
public enableChartsForRemoteUser: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
})
|
||||
public enableChartsForFederatedInstances: boolean;
|
||||
|
||||
@Column('jsonb', {
|
||||
default: { },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user