Commit b7a0987d authored by V V's avatar V V

updated tgl, small interface fix

parent 04105bbf
...@@ -4422,6 +4422,8 @@ void print_message (struct in_ev *ev, struct tgl_message *M) { ...@@ -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) { if (tgl_get_peer_type (M->fwd_from_id) > 0) {
mprintf (ev, "[fwd from "); mprintf (ev, "[fwd from ");
print_peer_name (ev, M->fwd_from_id, tgl_peer_get (TLS, M->fwd_from_id)); 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, "] "); mprintf (ev, "] ");
} }
if (M->reply_id) { if (M->reply_id) {
......
Subproject commit 557453a4416ac389ba6a9af6a6093a34cd20bda1 Subproject commit 2cdd7d2c59310160b5c1050c660fd345192719ef
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment