aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Fourchan.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-11 22:34:42 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-11 22:34:42 +0200
commitf1063e25a55aec5a8f7b294d0392dd31d5bf9813 (patch)
treef529b443ef1aab8404638f375e461af540e75cec /src/plugins/Fourchan.cpp
parenta627a1fedd8d8a727d881f7e6c9e03c731dcfafd (diff)
4chan: show the replied to messages when navigating replies
Diffstat (limited to 'src/plugins/Fourchan.cpp')
-rw-r--r--src/plugins/Fourchan.cpp1
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;