diff options
author | friendica <info@friendica.com> | 2014-12-28 23:21:49 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-28 23:21:49 -0800 |
commit | 3065650683c221c0a23c1dbcab2e1ec2d73997d4 (patch) | |
tree | ee5b2c9792a6621be462834b3eb0689a9e86291d /version.inc | |
parent | b7d2b9c1efdc429fc172477bec82673181f25d02 (diff) | |
download | volse-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 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 9523d00d1..43e85b852 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-12-27.902 +2014-12-28.903 |