]> git.mxchange.org Git - friendica.git/commitdiff
Added description
authorMichael <heluecht@pirati.ca>
Sun, 2 Oct 2022 23:55:33 +0000 (23:55 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 2 Oct 2022 23:55:33 +0000 (23:55 +0000)
src/Content/Text/Plaintext.php

index 5c8629f62c88d0713c77696e8247383f520ec0ec..6e8d0daff3831f4a8161712e8141e583e06b44cb 100644 (file)
@@ -27,6 +27,7 @@ use Friendica\Util\Network;
 
 class Plaintext
 {
+       // Assumed length of an URL when shortened via the network's own url shortener (e.g. Twitter)
        const URL_LENGTH = 23;
 
        /**