Private
Public Access
1
0

Add sender annotations

This commit is contained in:
2025-05-03 23:19:15 -07:00
parent dd91746310
commit 786d982ce0
9 changed files with 109 additions and 24 deletions

View File

@@ -42,6 +42,7 @@ public class TranscriptView : Adw.Bin
}
private void reload_messages() {
transcript_drawing_area.show_sender = _model.is_group_chat;
transcript_drawing_area.set_messages(_model.messages);
}
}