Normalize mention formatting for AP
This commit is contained in:
parent
4b090c2c08
commit
ecb0c46323
|
@ -1258,7 +1258,7 @@ class Transmitter
|
||||||
return $match[0];
|
return $match[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
return '@[url=' . $data['url'] . ']' . $data['nick'] . '[/url]';
|
return '[url=' . $data['url'] . ']@' . $data['nick'] . '[/url]';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user