Skip to content

Commit

Permalink
This might be it for avatars, Kelvin (#48004)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmacdonald authored Sep 18, 2024
1 parent c9b1027 commit 59b1cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metabase/models/user.clj
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@

(def ^:private default-user-columns
"Sequence of columns that are normally returned when fetching a User from the DB."
[:id :email :date_joined :first_name :last_name :last_login :is_superuser :is_qbnewb])
[:id :avatar :email :date_joined :first_name :last_name :last_login :is_superuser :is_qbnewb])

(def admin-or-self-visible-columns
"Sequence of columns that we can/should return for admins fetching a list of all Users, or for the current user
Expand Down

0 comments on commit 59b1cc8

Please sign in to comment.