Remove pointless local_user_id from LocalUserVoteDisplayMode (#4890)

- Fixes #4866
pull/4741/head^2
Dessalines 1 month ago committed by GitHub
parent 234f5c2060
commit c8ad0f2d09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save