lint
This commit is contained in:
parent
693491d8f1
commit
d57d601af4
|
@ -332,7 +332,7 @@ export class NoteEntityService implements OnModuleInit {
|
|||
(note.visibility === 'public' || note.visibility === 'home') &&
|
||||
note.user?.makeNotesFollowersOnlyBefore == null &&
|
||||
note.user?.makeNotesHiddenBefore == null &&
|
||||
(note.user?.requireSigninToViewContents == false || note.user?.requireSigninToViewContents == null)
|
||||
(note.user?.requireSigninToViewContents === false || note.user?.requireSigninToViewContents == null)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue