mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-21 14:17:08 +00:00
Remove pointless local_user_id from LocalUserVoteDisplayMode (#4890)
- Fixes #4866
This commit is contained in:
parent
234f5c2060
commit
c8ad0f2d09
|
@ -20,6 +20,7 @@ use typed_builder::TypedBuilder;
|
|||
#[cfg_attr(feature = "full", ts(export))]
|
||||
/// The vote display settings for your user.
|
||||
pub struct LocalUserVoteDisplayMode {
|
||||
#[serde(skip)]
|
||||
pub local_user_id: LocalUserId,
|
||||
pub score: bool,
|
||||
pub upvotes: bool,
|
||||
|
|
Loading…
Reference in a new issue