aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-11 11:49:33 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-11 11:49:33 +0200
commitfee258edbe0fe20b9c5ba66968fabe15699c6458 (patch)
tree9e9164680d629537ae6d629e2fc4699bdab24986 /boot.php
parente294dfa7602d6283a776625167deeb84d11cf2e0 (diff)
downloadvolse-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-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 051522ec3..b5de3a544 100755
--- a/boot.php
+++ b/boot.php
@@ -404,6 +404,7 @@ define ( 'VNOTIFY_INTRO', 0x0200 );
define ( 'VNOTIFY_REGISTER', 0x0400 );
define ( 'VNOTIFY_FILES', 0x0800 );
define ( 'VNOTIFY_PUBS', 0x1000 );
+define ( 'VNOTIFY_LIKE', 0x2000 );