Don't export inbox combined view internal. (#5860)

Noticed this in the js-client. It's only used internally.
This commit is contained in:
Dessalines 2025-07-11 17:15:59 -04:00 committed by GitHub
parent b5dee35b84
commit fe30f30c4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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))]