suppress duplicate FB posts (incoming after posted locally)

This commit is contained in:
Friendika
2011-04-27 04:24:00 -07:00
parent 61f7b3d754
commit d45ad7bb6b
7 changed files with 157 additions and 152 deletions

View File

@@ -4,7 +4,7 @@ set_time_limit(0);
define ( 'FRIENDIKA_VERSION', '2.1.961' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
define ( 'DB_UPDATE_VERSION', 1053 );
define ( 'DB_UPDATE_VERSION', 1054 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );