upd: completely change handling of indexable
This commit is contained in:
parent
902e5a81f9
commit
55ef4c4d93
12 changed files with 40 additions and 25 deletions
|
|
@ -189,10 +189,10 @@ export class MiUser {
|
|||
public isSilenced: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
comment: 'Whether the User\'s notes get indexed.',
|
||||
default: false,
|
||||
comment: 'Whether the User\'s notes dont get indexed.',
|
||||
})
|
||||
public isIndexable: boolean;
|
||||
public noindex: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue