This commit is contained in:
2026-07-19 18:57:43 +02:00
parent 48bb6c2ec2
commit c53e2a3319
179 changed files with 9307 additions and 897 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ class BotSocialMixin:
mentioner = ""
if comment_loc is not None:
try:
parent_text = (await comment_loc.inner_text() or "")[:1000]
parent_text = (await comment_loc.inner_text() or "")[:125000]
except Exception:
parent_text = ""
try: