Doubles the length of Twitterize's accepted string length (#32552)

twitter made a bad decision and I intend to capitalize on it
This commit is contained in:
Incoming5643
2017-11-09 19:47:34 -06:00
committed by KorPhaeron
parent 3b68866b59
commit 36d9e59fd1
+1 -1
View File
@@ -654,7 +654,7 @@ GLOBAL_LIST_INIT(binary, list("0","1"))
buffer = copytext(buffer, 1, cutoff) + punctbuffer
if(!findtext(buffer,alphanumeric))
continue
if(!buffer || lentext(buffer) > 140 || lentext(buffer) <= cullshort || buffer in accepted)
if(!buffer || lentext(buffer) > 280 || lentext(buffer) <= cullshort || buffer in accepted)
continue
accepted += buffer