Compare commits
2 Commits
9c8a67e612
...
c50c3e2ad6
Author | SHA1 | Date |
---|---|---|
argirok | c50c3e2ad6 | |
argirok | cf0ebe0fb0 |
|
@ -62,7 +62,7 @@ export class ContextsService {
|
|||
if(getAll) {
|
||||
return this.communitiesSubject.getValue();
|
||||
} else {
|
||||
return this.communitiesSubject.getValue().filter(community => community.status != 'hidden');
|
||||
return this.communitiesSubject.getValue().filter(community => !community.isPrivate());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue