mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-28 06:48:36 +09:00
Add comment
This commit is contained in:
parent
0aa1b0e3c2
commit
eb7d9c75a2
@ -604,7 +604,10 @@ export class MiMeta {
|
|||||||
public urlPreviewRequireContentLength: boolean;
|
public urlPreviewRequireContentLength: boolean;
|
||||||
|
|
||||||
@Column('varchar', {
|
@Column('varchar', {
|
||||||
length: 3072, array: true, default: '{}',
|
length: 3072,
|
||||||
|
array: true,
|
||||||
|
default: '{}',
|
||||||
|
comment: 'An array of URL strings or regex that can be used to omit warnings about redirects to external sites. Separate them with spaces to specify AND, and enclose them with slashes to specify regular expressions.',
|
||||||
})
|
})
|
||||||
public wellKnownWebsites: string[];
|
public wellKnownWebsites: string[];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user