mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-28 13:54:35 +02:00
@@ -313,6 +313,12 @@ export class Meta {
|
||||
})
|
||||
public discordClientSecret: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 128,
|
||||
nullable: true
|
||||
})
|
||||
public deeplAuthKey: string | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512,
|
||||
nullable: true
|
||||
|
||||
Reference in New Issue
Block a user