Compare commits

..

No commits in common. "fix_ld_context" and "main" have entirely different histories.

View file

@ -8,11 +8,10 @@ pub(crate) fn lemmy_context() -> Result<Vec<AnyBase>, LemmyError> {
"sc": "http://schema.org#",
"sensitive": "as:sensitive",
"stickied": "as:stickied",
"pt": "https://join.lemmy.ml#",
"comments_enabled": {
"type": "sc:Boolean",
"kind": "sc:Boolean",
"id": "pt:commentsEnabled"
}
}))?;
Ok(vec![AnyBase::from(context()), context_ext, "https://w3id.org/security/v1"])
Ok(vec![AnyBase::from(context()), context_ext])
}