rev update - prevent messages with no parent from being counted as unseen, because they cannot ever be cleared

This commit is contained in:
friendica 2012-10-10 15:57:40 -07:00
parent 49ec50b36e
commit 675aa56b02
3 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ require_once('include/cache.php');
require_once('library/Mobile_Detect/Mobile_Detect.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1491' );
define ( 'FRIENDICA_VERSION', '3.0.1492' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1156 );