mirror of
https://github.com/friendica/friendica
synced 2025-04-21 23:50:18 +00:00
fix intro.cid and intro.suggest-id
This commit is contained in:
parent
b4572a5293
commit
44627a0b12
5 changed files with 32 additions and 24 deletions
|
@ -1352,7 +1352,7 @@ class DFRN
|
|||
}
|
||||
|
||||
// Quit if we already have an introduction for this person
|
||||
if (DI::intro()->existsForContact($cid, $uid)) {
|
||||
if (DI::intro()->suggestionExistsForUser($cid, $uid)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue