aboutsummaryrefslogtreecommitdiffstats
path: root/doc/hook/can_comment_on_post.bb
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-14 16:07:21 -0700
committerzotlabs <mike@macgirvin.com>2017-06-14 16:07:21 -0700
commit234c64574b4ee5ca22b85ae2fecc301286423068 (patch)
tree7786bed424457e327f30b067bf0ef39c7446ac99 /doc/hook/can_comment_on_post.bb
parentf28fa0ab5a46a231695a851f2345a3669419c842 (diff)
parent1f075d92bc4e47ae282f811d10c31cd6f09191a6 (diff)
downloadvolse-hubzilla-234c64574b4ee5ca22b85ae2fecc301286423068.tar.gz
volse-hubzilla-234c64574b4ee5ca22b85ae2fecc301286423068.tar.bz2
volse-hubzilla-234c64574b4ee5ca22b85ae2fecc301286423068.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'doc/hook/can_comment_on_post.bb')
-rw-r--r--doc/hook/can_comment_on_post.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/hook/can_comment_on_post.bb b/doc/hook/can_comment_on_post.bb
new file mode 100644
index 000000000..2cfd3b2da
--- /dev/null
+++ b/doc/hook/can_comment_on_post.bb
@@ -0,0 +1,13 @@
+[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
+