summaryrefslogtreecommitdiffstats
path: root/lib/public/Comments
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-19 09:49:04 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-20 14:39:28 +0200
commit3e1916080af3ec2bc2fb7fd64f127cbd0c9b8a76 (patch)
tree7bb108093985d85174604db408992d58195501f6 /lib/public/Comments
parentafa737652247365838832837ae4ce20bca039ad9 (diff)
downloadnextcloud-server-3e1916080af3ec2bc2fb7fd64f127cbd0c9b8a76.tar.gz
nextcloud-server-3e1916080af3ec2bc2fb7fd64f127cbd0c9b8a76.zip
Add ICommentsManager::load method
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/Comments')
-rw-r--r--lib/public/Comments/ICommentsManager.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php
index 1406afb65db..95f0d2ce300 100644
--- a/lib/public/Comments/ICommentsManager.php
+++ b/lib/public/Comments/ICommentsManager.php
@@ -322,4 +322,11 @@ interface ICommentsManager {
* provided ID is unknown. It must be ensured that a string is returned.
*/
public function resolveDisplayName($type, $id);
+
+ /**
+ * Load the Comments app into the page
+ *
+ * @since 21.0.0
+ */
+ public function load(): void;
}