mirror of
https://github.com/friendica/friendica
synced 2024-11-18 15:03:41 +00:00
Adding "(AP)" to the server name when posted via AP
This commit is contained in:
parent
957c70d1c6
commit
35854a0ad1
1 changed files with 4 additions and 0 deletions
|
@ -107,6 +107,10 @@ class ContactSelector
|
|||
|
||||
if (DBA::isResult($r)) {
|
||||
$networkname = $r['platform'];
|
||||
|
||||
if ($s == Protocol::ACTIVITYPUB) {
|
||||
$networkname .= ' (AP)';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue