partial reply support

This commit is contained in:
vvaltman 2015-04-23 18:22:11 +03:00
parent b4b7a8db48
commit 8bcd9378a0
2 changed files with 4 additions and 1 deletions

View File

@ -2986,6 +2986,9 @@ void print_message (struct in_ev *ev, struct tgl_message *M) {
print_user_name (ev, M->fwd_from_id, tgl_peer_get (TLS, M->fwd_from_id));
mprintf (ev, "] ");
}
if (M->reply_id) {
mprintf (ev, "[reply to %d] ", M->reply_id);
}
if (M->message && strlen (M->message)) {
mprintf (ev, "%s", M->message);
}

2
tgl

@ -1 +1 @@
Subproject commit bd8b43753d9f47290570a5f262126169f4a52f89
Subproject commit 01a4d84afefc8aabbb2785e84c1f5d91b55d3e25