diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-11 22:34:42 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-11 22:34:42 +0200 |
commit | f1063e25a55aec5a8f7b294d0392dd31d5bf9813 (patch) | |
tree | f529b443ef1aab8404638f375e461af540e75cec /src/plugins | |
parent | a627a1fedd8d8a727d881f7e6c9e03c731dcfafd (diff) |
4chan: show the replied to messages when navigating replies
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/Fourchan.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Fourchan.cpp b/src/plugins/Fourchan.cpp index 34cb8bf..2b31e70 100644 --- a/src/plugins/Fourchan.cpp +++ b/src/plugins/Fourchan.cpp @@ -307,6 +307,7 @@ namespace QuickMedia { // TODO: Link this quote to a 4chan archive that still has the quoted comment (if available) comment_text += "(dead)"; } else { + result_items[body_item_index]->replies_to.push_back(it->second); result_items[it->second]->replies.push_back(body_item_index); } break; |