Skip to content

Commit

Permalink
Fix missing initial load of discussion languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 22, 2022
1 parent c5f8464 commit a1c3e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/components/person/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export class Settings extends Component<any, SettingsState> {
default_sort_type: Some(luv.local_user.default_sort_type),
default_listing_type: Some(luv.local_user.default_listing_type),
interface_language: Some(luv.local_user.interface_language),
discussion_languages: Some(mui.discussion_languages.map(l => l.id)),
avatar: luv.person.avatar,
banner: luv.person.banner,
display_name: luv.person.display_name,
Expand Down

0 comments on commit a1c3e48

Please sign in to comment.