diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-01 22:25:55 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-01 22:25:55 -0700 |
commit | 9359f9fe4d77de392660c2bf6f1df8becc9fa6bf (patch) | |
tree | 51e60f04251f0c2334605a41554e5b53e4ca45a8 /doc/hook | |
parent | 01526a9a79294fe5f96b7c3bfbd362f91feec433 (diff) | |
download | volse-hubzilla-9359f9fe4d77de392660c2bf6f1df8becc9fa6bf.tar.gz volse-hubzilla-9359f9fe4d77de392660c2bf6f1df8becc9fa6bf.tar.bz2 volse-hubzilla-9359f9fe4d77de392660c2bf6f1df8becc9fa6bf.zip |
plugin hook for update_unseen
Diffstat (limited to 'doc/hook')
-rw-r--r-- | doc/hook/update_unseen.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/hook/update_unseen.bb b/doc/hook/update_unseen.bb new file mode 100644 index 000000000..8fb02c239 --- /dev/null +++ b/doc/hook/update_unseen.bb @@ -0,0 +1,9 @@ +[h3]update_unseen[/h3] + +Called prior to automatically marking items 'seen'; allowing a plugin the choice to not perform this action. + +hook data + +[ 'channel_id' => local_channel(), 'update' => 'unset' ]; + +If 'update' is set to 0 or false on return, the update operation is not performed.
\ No newline at end of file |