diff options
author | Andrew Manning <andrewmanning@grid.reticu.li> | 2017-08-05 11:24:03 +0000 |
---|---|---|
committer | Andrew Manning <andrewmanning@grid.reticu.li> | 2017-08-05 11:24:03 +0000 |
commit | 03ca0bfa696a76e20ac00525676c9943a25b0370 (patch) | |
tree | ec838248a1be34522ce698210c57169180261442 /doc/hook/update_unseen.bb | |
parent | ba62f144823fd2ee31e3c19eb2c1cb10782c9184 (diff) | |
parent | a618f70f56efdcaaf9da6dcfcab9cce6a933303b (diff) | |
download | volse-hubzilla-03ca0bfa696a76e20ac00525676c9943a25b0370.tar.gz volse-hubzilla-03ca0bfa696a76e20ac00525676c9943a25b0370.tar.bz2 volse-hubzilla-03ca0bfa696a76e20ac00525676c9943a25b0370.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into doco
Diffstat (limited to 'doc/hook/update_unseen.bb')
-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 |