mirror of
https://github.com/wassname/talk.git
synced 2026-07-14 11:18:50 +08:00
Include public comments
This commit is contained in:
@@ -9,7 +9,7 @@ const decorateWithTags = (typeResolver) => {
|
||||
return tags;
|
||||
}
|
||||
|
||||
return tags.filter((tag) => tag.public);
|
||||
return tags.filter((t) => t.tag.permissions.public);
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user