mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Include date and client in conversation list GUI
This commit is contained in:
parent
fefd88b71c
commit
7cbf873db5
@ -48,4 +48,4 @@ def compose_conversation(conversation, db, relative_times, show_screen_names):
|
||||
users = ", ".join(users)
|
||||
last_toot = compose_toot(conversation.last_status, db, relative_times, show_screen_names)
|
||||
text = _("Last message from {}: {}").format(last_toot[0], last_toot[1])
|
||||
return [users, text, last_toot[-1], ""]
|
||||
return [users, text, last_toot[-2], last_toot[-1]]
|
||||
|
Loading…
Reference in New Issue
Block a user