diff options
author | git-marijus <mario@mariovavti.com> | 2017-08-03 21:59:46 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2017-08-03 21:59:46 +0200 |
commit | a618f70f56efdcaaf9da6dcfcab9cce6a933303b (patch) | |
tree | d363935c303b53f4b82a15b523259c53bb3cd2a6 /doc | |
parent | 9566eab934f0a13a892af7b70a79429949a01c3f (diff) | |
parent | d06ce6294d8bbf6bed668e7f0f363fcad63f4e05 (diff) | |
download | volse-hubzilla-a618f70f56efdcaaf9da6dcfcab9cce6a933303b.tar.gz volse-hubzilla-a618f70f56efdcaaf9da6dcfcab9cce6a933303b.tar.bz2 volse-hubzilla-a618f70f56efdcaaf9da6dcfcab9cce6a933303b.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hook/update_unseen.bb | 9 | ||||
-rw-r--r-- | doc/hooklist.bb | 3 |
2 files changed, 12 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 diff --git a/doc/hooklist.bb b/doc/hooklist.bb index da4d9596b..9a17fdb91 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -572,6 +572,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/tagged]tagged[/zrl] Called when a delivery is processed which results in you being tagged +[zrl=[baseurl]/help/hook/update_unseen]update_unseen[/zrl] + Called prior to automatically marking items seen which were loaded in the browser + [zrl=[baseurl]/help/hook/validate_channelname]validate_channelname[/zrl] Used to validate the names used by a channel |