mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-09-02 11:13:51 +00:00
Don't export inbox combined view internal. (#5860)
Noticed this in the js-client. It's only used internally.
This commit is contained in:
parent
b5dee35b84
commit
fe30f30c4e
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ pub mod impls;
|
|||
#[derive(Debug, PartialEq, Serialize, Deserialize, Clone)]
|
||||
#[cfg_attr(feature = "full", derive(Queryable, Selectable))]
|
||||
#[cfg_attr(feature = "full", diesel(check_for_backend(diesel::pg::Pg)))]
|
||||
#[cfg_attr(feature = "ts-rs", derive(ts_rs::TS))]
|
||||
#[cfg_attr(feature = "ts-rs", ts(optional_fields, export))]
|
||||
/// A combined inbox view
|
||||
pub struct InboxCombinedViewInternal {
|
||||
#[cfg_attr(feature = "full", diesel(embed))]
|
||||
|
|
Loading…
Reference in a new issue