mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-10 02:05:10 +00:00
The language id is crucial for front ends. (#2437)
This commit is contained in:
parent
2f0560ca3f
commit
a93095ed3f
|
@ -8,7 +8,6 @@ use crate::schema::language;
|
|||
#[cfg_attr(feature = "full", derive(Queryable, Identifiable))]
|
||||
#[cfg_attr(feature = "full", table_name = "language")]
|
||||
pub struct Language {
|
||||
#[serde(skip)]
|
||||
pub id: LanguageId,
|
||||
pub code: String,
|
||||
pub name: String,
|
||||
|
|
Loading…
Reference in a new issue