upd: completely change handling of indexable
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -79,7 +79,7 @@ export const packedUserLiteSchema = {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
},
|
||||
isIndexable: {
|
||||
noindex: {
|
||||
type: 'boolean',
|
||||
nullable: false, optional: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user