diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 15:33:11 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 15:33:11 -0500 |
commit | bc86289de1cccaca199639911439ec9a600f8f34 (patch) | |
tree | 5100c4469864c34f7e52c22bf8283bd36c38867a /sx-filter.el | |
parent | 87d010c9974963a1f92f7136bec9df084e050e90 (diff) | |
parent | df4a8bba9b720357008423b8f91657a8a311607a (diff) |
Merge pull request #195 from vermiculus/issue-15-more-info
Issue 15 more info
Diffstat (limited to 'sx-filter.el')
-rw-r--r-- | sx-filter.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sx-filter.el b/sx-filter.el index d484f43..15bd8a1 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -106,6 +106,7 @@ return the compiled filter." (defvar sx-browse-filter (sx-filter-from-nil ((question body_markdown + bounty_amount comments answers last_editor @@ -116,7 +117,10 @@ return the compiled filter." downvoted question_id share_link) - (user display_name) + (user display_name + reputation) + (shallow_user display_name + reputation) (comment owner body_markdown body |