diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-11 11:49:33 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-11 11:49:33 +0200 |
commit | fee258edbe0fe20b9c5ba66968fabe15699c6458 (patch) | |
tree | 9e9164680d629537ae6d629e2fc4699bdab24986 /boot.php | |
parent | e294dfa7602d6283a776625167deeb84d11cf2e0 (diff) | |
download | volse-hubzilla-fee258edbe0fe20b9c5ba66968fabe15699c6458.tar.gz volse-hubzilla-fee258edbe0fe20b9c5ba66968fabe15699c6458.tar.bz2 volse-hubzilla-fee258edbe0fe20b9c5ba66968fabe15699c6458.zip |
allow to toggle visibility of likes/dislikes in notifications
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -404,6 +404,7 @@ define ( 'VNOTIFY_INTRO', 0x0200 ); define ( 'VNOTIFY_REGISTER', 0x0400 ); define ( 'VNOTIFY_FILES', 0x0800 ); define ( 'VNOTIFY_PUBS', 0x1000 ); +define ( 'VNOTIFY_LIKE', 0x2000 ); |