fix following to be string id"
This commit is contained in:
@@ -134,10 +134,10 @@ postDB = (DB)=>{
|
||||
filteredPosts.push(p);
|
||||
continue;
|
||||
}
|
||||
if(isPostingAPrivateGroup && !following[p.profileid + ""]){
|
||||
if(isPostingAPrivateGroup && !following[p.profileid]){
|
||||
continue;
|
||||
}
|
||||
if(isPostingToAPrivateGroup && !following[p.toProfile + ""]){
|
||||
if(isPostingToAPrivateGroup && !following[p.toProfile]){
|
||||
continue;
|
||||
}
|
||||
filteredPosts.push(p);
|
||||
|
||||
Reference in New Issue
Block a user