remove remnants of old signing structure - now using diaspora_meta
This commit is contained in:
parent
aae1d11de8
commit
0991a5a494
@ -1406,13 +1406,6 @@ function diaspora_comment($importer,$xml,$msg) {
|
|||||||
$message_id = $result['item_id'];
|
$message_id = $result['item_id'];
|
||||||
|
|
||||||
if(($parent_item['item_flags'] & ITEM_ORIGIN) && (! $parent_author_signature)) {
|
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
|
// if the message isn't already being relayed, notify others
|
||||||
// the existence of parent_author_signature means the parent_author or owner
|
// the existence of parent_author_signature means the parent_author or owner
|
||||||
// is already relaying.
|
// is already relaying.
|
||||||
|
Reference in New Issue
Block a user