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 df2feb4 commit 299a1c1Copy full SHA for 299a1c1
zulipterminal/ui_tools/messages.py
@@ -683,7 +683,8 @@ def main_view(self) -> List[Any]:
683
"recipients": recipient_header is not None,
684
"author": message["this"]["author"] != message["last"]["author"],
685
"24h": (
686
- message["last"]["datetime"] is not None
+ message["this"]["datetime"] is not None
687
+ and message["last"]["datetime"] is not None
688
and ((message["this"]["datetime"] - message["last"]["datetime"]).days)
689
),
690
"timestamp": (
0 commit comments