]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/objects/post.rs
Add language tags for comments
[lemmy.git] / crates / apub / src / objects / post.rs
index ea536e51fb8f138b5daf4662113111067b8711c8..93273466d3e6b518dfa3d03b1e5daa2075600bad 100644 (file)
@@ -4,7 +4,10 @@ use crate::{
   local_instance,
   objects::{read_from_string_or_source_opt, verify_is_remote_object},
   protocol::{
-    objects::page::{Attachment, AttributedTo, LanguageTag, Page, PageType},
+    objects::{
+      page::{Attachment, AttributedTo, Page, PageType},
+      LanguageTag,
+    },
     ImageObject,
     Source,
   },