This commit is contained in:
SengokuCola
2025-11-29 20:06:49 +08:00
57 changed files with 2600 additions and 925 deletions

View File

@@ -959,7 +959,7 @@ async def build_anonymous_messages(messages: List[DatabaseMessages], show_ids: b
header = f"[{i + 1}] {anon_name}"
else:
header = f"{anon_name}"
output_lines.append(header)
stripped_line = content.strip()
if stripped_line: