From 0991a5a494efcd1357e37a1144feb30b586ad891 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 Oct 2014 14:11:13 -0700 Subject: remove remnants of old signing structure - now using diaspora_meta --- include/diaspora.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/diaspora.php') diff --git a/include/diaspora.php b/include/diaspora.php index 028e2674f..fb321a813 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1406,13 +1406,6 @@ function diaspora_comment($importer,$xml,$msg) { $message_id = $result['item_id']; if(($parent_item['item_flags'] & ITEM_ORIGIN) && (! $parent_author_signature)) { - q("insert into sign (`iid`,`signed_text`,`signature`,`signer`) values (%d,'%s','%s','%s') ", - intval($message_id), - dbesc($signed_data), - dbesc(base64_encode($author_signature)), - dbesc($diaspora_handle) - ); - // if the message isn't already being relayed, notify others // the existence of parent_author_signature means the parent_author or owner // is already relaying. -- cgit v1.2.3