Adding "(AP)" to the server name when posted via AP
This commit is contained in:
parent
957c70d1c6
commit
35854a0ad1
|
@ -107,6 +107,10 @@ class ContactSelector
|
|||
|
||||
if (DBA::isResult($r)) {
|
||||
$networkname = $r['platform'];
|
||||
|
||||
if ($s == Protocol::ACTIVITYPUB) {
|
||||
$networkname .= ' (AP)';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user