]> git.mxchange.org Git - friendica.git/commitdiff
Superfluous to-do removed
authorMichael <heluecht@pirati.ca>
Thu, 29 Oct 2020 08:50:35 +0000 (08:50 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 29 Oct 2020 08:50:35 +0000 (08:50 +0000)
src/Model/Post/Media.php

index 74af04c8aee1ff8a6cde1770c4ac75d6798be039..ec3bf967b32714f154975b6ded0afcc1d14a14f9 100644 (file)
@@ -148,7 +148,6 @@ class Media
                        }
                }
 
-               /// @todo audio + video
                if (preg_match_all("/\[audio\]([^\[\]]*)\[\/audio\]/ism", $body, $audios, PREG_SET_ORDER)) {
                        foreach ($audios as $audio) {
                                $body = str_replace($audio[0], '', $body);