mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 21:34:10 +02:00
hideNotesInSensitiveChannel -> excludeNotesInSensitiveChannel
This commit is contained in:
@@ -104,5 +104,5 @@ export class MiAntenna {
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public hideNotesInSensitiveChannel: boolean;
|
||||
public excludeNotesInSensitiveChannel: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user