allow to toggle visibility of likes/dislikes in notifications

This commit is contained in:
Mario Vavti
2018-04-11 11:49:33 +02:00
parent e294dfa760
commit fee258edbe
5 changed files with 21 additions and 4 deletions

View File

@@ -404,6 +404,7 @@ define ( 'VNOTIFY_INTRO', 0x0200 );
define ( 'VNOTIFY_REGISTER', 0x0400 );
define ( 'VNOTIFY_FILES', 0x0800 );
define ( 'VNOTIFY_PUBS', 0x1000 );
define ( 'VNOTIFY_LIKE', 0x2000 );