Remove category from activitypub context

pull/1478/head
Felix Ableitner 2021-03-02 17:12:45 +01:00
parent 45e05dac30
commit 7189328f80
1 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,6 @@ pub(crate) fn lemmy_context() -> Result<Vec<AnyBase>, LemmyError> {
let context_ext = AnyBase::from_arbitrary_json(json!(
{
"sc": "http://schema.org#",
"category": "sc:category",
"sensitive": "as:sensitive",
"stickied": "as:stickied",
"comments_enabled": {