mirror of
https://github.com/friendica/friendica
synced 2025-04-26 23:50:11 +00:00
set intro::duplex deprecated because of no usage
This commit is contained in:
parent
d67b676ce5
commit
f5786a8f4f
7 changed files with 5 additions and 18 deletions
|
@ -71,7 +71,6 @@ class Introduction extends BaseDepository
|
|||
'contact-id' => $introduction->cid,
|
||||
'suggest-cid' => $introduction->sid,
|
||||
'knowyou' => $introduction->knowyou ? 1 : 0,
|
||||
'duplex' => $introduction->duplex ? 1 : 0,
|
||||
'note' => $introduction->note,
|
||||
'hash' => $introduction->hash,
|
||||
'ignore' => $introduction->ignore ? 1 : 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue