mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix logging
This commit is contained in:
@@ -231,7 +231,7 @@ def _render_public_chat(action: str, fields: Dict[str, Any]) -> List[str]:
|
||||
if fields.get("original_author_id") is not None:
|
||||
lines.append(f"Original author: user #{fields['original_author_id']}")
|
||||
if fields.get("content"):
|
||||
lines.append("↳ Previous content:")
|
||||
lines.append("Previous content:")
|
||||
for line in unescape(fields["content"]).splitlines():
|
||||
lines.append(f"| {line}")
|
||||
return lines
|
||||
|
||||
Reference in New Issue
Block a user