updated tgl, small interface fix
This commit is contained in:
parent
04105bbf94
commit
b7a0987d19
@ -4422,6 +4422,8 @@ void print_message (struct in_ev *ev, struct tgl_message *M) {
|
||||
if (tgl_get_peer_type (M->fwd_from_id) > 0) {
|
||||
mprintf (ev, "[fwd from ");
|
||||
print_peer_name (ev, M->fwd_from_id, tgl_peer_get (TLS, M->fwd_from_id));
|
||||
mprintf (ev, " ");
|
||||
print_date (ev, M->date);
|
||||
mprintf (ev, "] ");
|
||||
}
|
||||
if (M->reply_id) {
|
||||
|
2
tgl
2
tgl
@ -1 +1 @@
|
||||
Subproject commit 557453a4416ac389ba6a9af6a6093a34cd20bda1
|
||||
Subproject commit 2cdd7d2c59310160b5c1050c660fd345192719ef
|
Loading…
Reference in New Issue
Block a user