diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 17:10:20 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 17:10:20 -0200 |
commit | 524bd12ca222d054776a195f8829c75b17699fa3 (patch) | |
tree | ec914553a6f68ac4c8c98a5dd77e326b9a5ae725 | |
parent | 65000b68e9f8db743081c1a36acd31222b666a56 (diff) |
Add link and accept_rate to user filter
-rw-r--r-- | sx-filter.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sx-filter.el b/sx-filter.el index a3f6861..af3717f 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -128,8 +128,12 @@ return the compiled filter." question_id share_link) (user display_name + link + accept_rate reputation) (shallow_user display_name + link + accept_rate reputation) (comment owner body_markdown |