The changed field name has to be changed here as well
This commit is contained in:
parent
915419ace3
commit
a78cbf6174
|
@ -2199,7 +2199,7 @@ class Diaspora
|
|||
}
|
||||
|
||||
logger('Received participation for ID: '.$item['id'].' - Contact: '.$contact_id.' - Server: '.$server);
|
||||
dba::insert('participation', ['item' => $item['id'], 'contact' => $contact_id, 'server' => $server]);
|
||||
dba::insert('participation', ['iid' => $item['id'], 'cid' => $contact_id, 'server' => $server]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user