mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 10:28:03 +01:00
Added last-message's author to group conversation list in left pane
This commit is contained in:
@@ -150,6 +150,7 @@ export type ConversationType = {
|
||||
| {
|
||||
status?: LastMessageStatus;
|
||||
text: string;
|
||||
author?: string;
|
||||
deletedForEveryone: false;
|
||||
}
|
||||
| { deletedForEveryone: true };
|
||||
|
||||
Reference in New Issue
Block a user