Fix displaying messages send from other sessions

This commit is contained in:
mjentsch 2015-05-25 22:36:30 +02:00
parent bad92d3bd6
commit f092273bf6
2 changed files with 2 additions and 2 deletions

2
tgl

@ -1 +1 @@
Subproject commit 67944b197e4ec383920e8f9484d2c6810dae49cc
Subproject commit 31cca917dccf5c1afeba7404e115f79decb0f526

View file

@ -79,7 +79,7 @@ int str_not_empty (const char *string) {
}
int tgp_outgoing_msg (struct tgl_state *TLS, struct tgl_message *M) {
return (M->flags & TGLMF_OUT);
return (M->flags & TGLMF_SESSION_OUTBOUND);
}
int tgp_our_msg (struct tgl_state *TLS, struct tgl_message *M) {