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