Merge pull request #1734 from nextcloud/bugfix/noid/comments
This commit is contained in:
@@ -236,7 +236,7 @@ export default {
|
||||
descriptionSaveTimeout: null,
|
||||
descriptionSaving: false,
|
||||
hasActivity: capabilities && capabilities.activity,
|
||||
hasComments: window.OCP && window.OCP.Comments,
|
||||
hasComments: !!OC.appswebroots['comments']
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user