Skip to content

Commit 7bb8e67

Browse files
committed
remove jump_url
I believe it is a safer aproach to remove the jumpurl from logviewer, since it shows in the threadchannel already.
1 parent c9dbcbc commit 7bb8e67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -693,10 +693,6 @@ def extract_forwarded_content(message) -> typing.Optional[str]:
693693
if len(snap.attachments) > 3:
694694
attachment_info += f" (+{len(snap.attachments) - 3} more)"
695695
formatted_part += f"[Attachments: {attachment_info}]\n"
696-
697-
# Add source link to the container message since snapshot doesn't have its own public link
698-
formatted_part += f"\n**Source:** {message.jump_url}"
699-
700696
forwarded_parts.append(formatted_part)
701697

702698
if forwarded_parts:

0 commit comments

Comments
 (0)