Commit 393b5142 authored by vvaltman's avatar vvaltman

updated tgl

parent 86352f29
......@@ -2757,6 +2757,7 @@ void print_media (struct in_ev *ev, struct tgl_message_media *M) {
return;
case tgl_message_media_webpage:
mprintf (ev, "[webpage:");
assert (M->webpage);
if (M->webpage->url) {
mprintf (ev, " url:'%s'", M->webpage->url);
}
......
Subproject commit c97540cd8e82e48d337f602b09f8ac3c7b52558c
Subproject commit 35dc6d3e036f809f4bd21fd1500c19169eaccc9a
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