From 1afbcb248634b119fba8e07193f9d5ec411f9702 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 2 Oct 2022 23:55:33 +0000 Subject: [PATCH] Added description --- src/Content/Text/Plaintext.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Content/Text/Plaintext.php b/src/Content/Text/Plaintext.php index 5c8629f62c..6e8d0daff3 100644 --- a/src/Content/Text/Plaintext.php +++ b/src/Content/Text/Plaintext.php @@ -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; /** -- 2.39.5