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