mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
Fixings & add tests
This commit is contained in:
parent
ed184bd592
commit
690369cc4b
4 changed files with 132 additions and 23 deletions
|
@ -68,7 +68,6 @@ class Introduction extends BaseDepository
|
|||
{
|
||||
return [
|
||||
'uid' => $introduction->uid,
|
||||
'fid' => $introduction->fid,
|
||||
'contact-id' => $introduction->cid,
|
||||
'suggest-cid' => $introduction->sid,
|
||||
'knowyou' => $introduction->knowyou ? 1 : 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue