mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Fix user data exporter attempting to access display_name
on User
This commit is contained in:
parent
0246c32df0
commit
a52de1d318
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Exporter
|
|||
def collect_user_info
|
||||
%i(answered_count asked_count ban_reason banned_until comment_smiled_count commented_count
|
||||
confirmation_sent_at confirmed_at created_at profile_header profile_header_h profile_header_w profile_header_x profile_header_y
|
||||
profile_picture_w profile_picture_h profile_picture_x profile_picture_y current_sign_in_at current_sign_in_ip display_name follower_count friend_count
|
||||
profile_picture_w profile_picture_h profile_picture_x profile_picture_y current_sign_in_at current_sign_in_ip follower_count friend_count
|
||||
id last_sign_in_at last_sign_in_ip locale permanently_banned
|
||||
privacy_allow_anonymous_questions privacy_allow_public_timeline privacy_allow_stranger_answers
|
||||
privacy_show_in_search profile_header_file_name profile_picture_file_name
|
||||
|
|
Loading…
Reference in a new issue