1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 20:06:06 +02:00

fix: support DeepL pro account

Fix #7648
This commit is contained in:
syuilo
2021-08-24 13:19:21 +09:00
parent 9d3448c880
commit d64e25e449
7 changed files with 40 additions and 1 deletions

View File

@@ -319,6 +319,11 @@ export class Meta {
})
public deeplAuthKey: string | null;
@Column('boolean', {
default: false,
})
public deeplIsPro: boolean;
@Column('varchar', {
length: 512,
nullable: true