branch: elpa/fj
commit 5bfc8d3d4e0ba830a1d6c553c44d9e32327f3b8f
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    render-user: `fj-item-data` should be user not login name.
---
 fj.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fj.el b/fj.el
index 563bfbe292..456ff49fd5 100644
--- a/fj.el
+++ b/fj.el
@@ -5178,7 +5178,7 @@ PAGE and LIMIT are for pagination."
        (propertize
         (fj-propertize-link .login 'handle .login)
         'fj-url .html_url
-        'fj-item-data .login_name
+        'fj-item-data user
         'fj-byline t)) ; for nav
       ;; timestamp:
       (insert

Reply via email to