]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Transmitter.php
Readded empty line
[friendica.git] / src / Protocol / ActivityPub / Transmitter.php
index c2a331e01afd886ce12b588865d02df8aa07f6f4..8fff3fec212c63fcd73f43041e20ce4d32387e5e 100644 (file)
@@ -1294,6 +1294,7 @@ class Transmitter
                } else {
                        $regexp = "/[@!]\[url\=([^\[\]]*)\].*?\[\/url\]/ism";
                        $body = preg_replace_callback($regexp, ['self', 'mentionCallback'], $body);
+
                        $data['content'] = BBCode::convert($body, false, 9);
                }