aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hook/can_comment_on_post.bb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-04-30 06:59:19 +0000
committerMario <mario@mariovavti.com>2024-04-30 06:59:19 +0000
commit7c34a3676d294c9a1acc69f71ab3061074509160 (patch)
treead04cef0d545c5e5e24e76060b6c32d65363d48e /doc/hook/can_comment_on_post.bb
parent48cec945051d259a06871d937ad998a1bd3e22ec (diff)
downloadvolse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.tar.gz
volse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.tar.bz2
volse-hubzilla-7c34a3676d294c9a1acc69f71ab3061074509160.zip
Rework Help module + begin tests for Setup module
Diffstat (limited to 'doc/hook/can_comment_on_post.bb')
-rw-r--r--doc/hook/can_comment_on_post.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/hook/can_comment_on_post.bb b/doc/hook/can_comment_on_post.bb
deleted file mode 100644
index 2cfd3b2da..000000000
--- a/doc/hook/can_comment_on_post.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-[h3]can_comment_on_post[/h3]
-
-Called when deciding whether or not to display a comment box for a post.
-
-
-Hook data (array):
- observer_hash => xchan_hash of current observer
- item => posted item
- allowed => 'unset'
-
-
-To over-ride the default behaviour, change allowed to true or false
-