mirror of
https://github.com/friendica/friendica
synced 2025-04-27 09:10:12 +00:00
Set the server status directly after transmission
This commit is contained in:
parent
8c60e853ca
commit
f1bcf1ef66
5 changed files with 23 additions and 11 deletions
|
@ -1040,7 +1040,7 @@ class DFRN
|
|||
}
|
||||
|
||||
if (!empty($contact['gsid'])) {
|
||||
GServer::setReachableById($contact['gsid']);
|
||||
GServer::setReachableById($contact['gsid'], Protocol::DFRN);
|
||||
}
|
||||
|
||||
if (!empty($res->message)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue