diff options
Diffstat (limited to 'sx-interaction.el')
-rw-r--r-- | sx-interaction.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-interaction.el b/sx-interaction.el index 7c686b5..4f4e31f 100644 --- a/sx-interaction.el +++ b/sx-interaction.el @@ -176,7 +176,7 @@ likes." ;; object itself, so there's no need to fetch anything. This ;; happens inside the question-list, but it can be easily ;; confused with the inbox (whose items have a title, a body, and - ;; a question_id. + ;; a question_id). ((and .title .question_id .score (not .item_type) (not .notification_type)) (sx-display-question data 'focus)) |