From f1063e25a55aec5a8f7b294d0392dd31d5bf9813 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 11 May 2021 22:34:42 +0200 Subject: 4chan: show the replied to messages when navigating replies --- src/plugins/Fourchan.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins') 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; -- cgit v1.2.3