Added to-do
This commit is contained in:
parent
1c615f80c4
commit
0ebfa6fc12
1 changed files with 2 additions and 0 deletions
|
@ -380,6 +380,8 @@ class Receiver
|
||||||
DBA::update('contact', $profile, ['id' => $cid]);
|
DBA::update('contact', $profile, ['id' => $cid]);
|
||||||
|
|
||||||
Contact::updateAvatar($photo, $uid, $cid);
|
Contact::updateAvatar($photo, $uid, $cid);
|
||||||
|
|
||||||
|
/// @todo Send a new follow request to be sure that the connection still exists
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue