Fix preferences for new users

This commit is contained in:
Omar Roth 2018-07-18 15:40:50 -05:00
parent 44016a6779
commit eaf8854f96

View File

@ -766,6 +766,7 @@ def get_user(sid, client, headers, db, refresh = true)
if refresh && Time.now - user.updated > 1.minute
user = fetch_user(sid, client, headers, db)
user_array = user.to_a
user_array[5] = user_array[5].to_json
args = arg_array(user_array)
db.exec("INSERT INTO users VALUES (#{args}) \