Skip to content

Commit

Permalink
Fix display name not triggering discourse sync
Browse files Browse the repository at this point in the history
Silly 'name' attribute remapping stuff
  • Loading branch information
rjackson committed Sep 5, 2024
1 parent 79471d1 commit 0cbe7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Observer/UserObserver.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function saved($user)
// TODO: Flip dependency here to pull these from one centralised list on user? Or some intermediary class?
$discourseFields = [
'email',
'name',
'display_name',
'suppress_real_name',
'given_name',
'family_name',
Expand Down

0 comments on commit 0cbe7ca

Please sign in to comment.