Dont export remote_image table to typescript.

This commit is contained in:
Dessalines 2024-05-06 08:51:36 -04:00
parent dde7a44e57
commit a8972b09b8
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +43,7 @@ pub struct LocalImageForm {
/// is checked against this table to avoid Lemmy being used as a general purpose proxy.
#[skip_serializing_none]
#[derive(Clone, PartialEq, Eq, Debug, Serialize, Deserialize)]
#[cfg_attr(feature = "full", derive(Queryable, Selectable, Identifiable, TS))]
#[cfg_attr(feature = "full", ts(export))]
#[cfg_attr(feature = "full", derive(Queryable, Selectable, Identifiable))]
#[cfg_attr(feature = "full", diesel(table_name = remote_image))]
#[cfg_attr(feature = "full", diesel(check_for_backend(diesel::pg::Pg)))]
#[cfg_attr(feature = "full", diesel(primary_key(link)))]