fix issues with comments (#802)

* fix issues with comments
This commit is contained in:
Markos Gogoulos
2023-06-13 19:01:52 +03:00
committed by GitHub
parent c866fdd6ba
commit 102414b514
4 changed files with 37 additions and 29 deletions

View File

@@ -194,7 +194,9 @@ class MediaPageStore extends EventEmitter {
}
this.loadPlaylists();
this.loadUsers();
if (MediaCMS.features.media.actions.comment_mention === true) {
this.loadUsers();
}
if (this.mediacms_config.member.can.readComment) {
this.loadComments();