mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 05:47:53 +00:00
fix privacy filtering
This commit is contained in:
parent
3236348504
commit
fd951c9c72
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ export default function Memberlist() {
|
|||
})
|
||||
|
||||
const currentMembers = Members1.filter(member => {
|
||||
if (!value) return true;
|
||||
if (!value & privacyFilter === 'all') return true;
|
||||
|
||||
if (privacyFilter === 'private') {
|
||||
if (member.visibility !== 'private') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue