diff --git a/lua/octo/gh/graphql.lua b/lua/octo/gh/graphql.lua index 56cfccae..c4e8fd4b 100644 --- a/lua/octo/gh/graphql.lua +++ b/lua/octo/gh/graphql.lua @@ -2203,6 +2203,10 @@ query($endCursor: String) { number closed isAnswered + answer { + author { login } + body + } title body createdAt diff --git a/lua/octo/pickers/telescope/previewers.lua b/lua/octo/pickers/telescope/previewers.lua index e72e7fc5..a7a06028 100644 --- a/lua/octo/pickers/telescope/previewers.lua +++ b/lua/octo/pickers/telescope/previewers.lua @@ -43,7 +43,7 @@ local discussion = defaulter(function(opts) -- -- writers.write_body(bufnr, obj, 11) - -- + -- local reactions_line = vim.api.nvim_buf_line_count(bufnr) - 1 -- writers.write_block(bufnr, { "", "" }, reactions_line) -- writers.write_reactions(bufnr, obj.reactionGroups, reactions_line)