aboutsummaryrefslogtreecommitdiffstats
path: root/doc/en/hook/update_unseen.bb
blob: 8fb02c239060da436c026e2a883d23341879ca64 (plain) (blame)
1
2
3
4
5
6
7
8
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.