]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/impls/post.rs
Tag posts and comments with language (fixes #440) (#2269)
[lemmy.git] / crates / db_schema / src / impls / post.rs
index 9018cdadfd4311773ea6329641ce5aed5377b251..07c652e3148265b32d117500803f3c29cf60351b 100644 (file)
@@ -387,6 +387,7 @@ mod tests {
       thumbnail_url: None,
       ap_id: inserted_post.ap_id.to_owned(),
       local: true,
+      language_id: Default::default(),
     };
 
     // Post Like