LemmyNet / lemmy

🐀 A link aggregator and forum for the fediverse
https://join-lemmy.org
GNU Affero General Public License v3.0
12.95k stars 859 forks source link

Remove `local_user_id` from `LocalUserVoteDisplayMode` #4866

Open MV-GH opened 1 week ago

MV-GH commented 1 week ago

Requirements

Is your proposal related to a problem?

This field in LocalUserVoteDisplayMode is duplicated. For the datatype LocalUserView.

LocalUserView.local_user_vote_display_mode.local_user_id -> LocalUserView.local_user.id

This is for the GetSiteResponse

Describe the solution you'd like.

Remove the duplicated field.

Describe alternatives you've considered.

keep it duplicated

Additional context

No response