feat: Comment resolving (#7115)
This commit is contained in:
@@ -186,7 +186,7 @@ function DataLoader({ match, children }: Props) {
|
||||
// when viewing a public share link
|
||||
if (can.read && !document.isDeleted) {
|
||||
if (team.getPreference(TeamPreference.Commenting)) {
|
||||
void comments.fetchPage({
|
||||
void comments.fetchAll({
|
||||
documentId: document.id,
|
||||
limit: 100,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user