aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-28 23:21:49 -0800
committerfriendica <info@friendica.com>2014-12-28 23:21:49 -0800
commit3065650683c221c0a23c1dbcab2e1ec2d73997d4 (patch)
treeee5b2c9792a6621be462834b3eb0689a9e86291d /boot.php
parentb7d2b9c1efdc429fc172477bec82673181f25d02 (diff)
downloadvolse-hubzilla-3065650683c221c0a23c1dbcab2e1ec2d73997d4.tar.gz
volse-hubzilla-3065650683c221c0a23c1dbcab2e1ec2d73997d4.tar.bz2
volse-hubzilla-3065650683c221c0a23c1dbcab2e1ec2d73997d4.zip
filter posts you author from unseen notifications - note there are other ways to do this, but involve some code complexity. This is easier to implement but may have a slight impact on the ping query performance. It's not horrid, just mentioning for the record.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index a8c84c7b9..4e266f4f1 100755
--- a/boot.php
+++ b/boot.php
@@ -241,6 +241,8 @@ define ( 'PHOTO_XCHAN', 0x0002 );
define ( 'PHOTO_THING', 0x0004 );
define ( 'PHOTO_ADULT', 0x0008 );
+define ( 'PHOTO_FLAG_OS', 0x4000 );
+
/**
* Menu types
*/