We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909f042 commit 8c13265Copy full SHA for 8c13265
zulipterminal/ui_tools/messages.py
@@ -503,6 +503,8 @@ def soup2markup(
503
# Do not show as a footlink as the text is sufficient
504
# to represent the link.
505
show_footlink = False
506
+ if element.find_parent("div", class_="spoiler-block"):
507
+ show_footlink = False
508
509
# Detect duplicate links to save screen real estate.
510
if link not in metadata["message_links"]:
0 commit comments