diff options
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3615,7 +3615,7 @@ xs_str *html_timeline(snac *user, const xs_list *list, int read_only, | |||
| 3615 | continue; | 3615 | continue; |
| 3616 | 3616 | ||
| 3617 | const int scope = get_msg_visibility(msg); | 3617 | const int scope = get_msg_visibility(msg); |
| 3618 | if (user != NULL && scope != SCOPE_PUBLIC) { | 3618 | if (user != NULL && scope != SCOPE_PUBLIC && !is_msg_mine(user, xs_dict_get(msg, "id"))) { |
| 3619 | /* is this message a non-public reply? */ | 3619 | /* is this message a non-public reply? */ |
| 3620 | const char *irt = get_in_reply_to(msg); | 3620 | const char *irt = get_in_reply_to(msg); |
| 3621 | 3621 | ||