Update OpenAPI spec/schema and test to verify support for pleroma:emoji_reaction subscriptions

This commit is contained in:
Mark Felder 2020-11-17 19:15:11 +00:00
commit 67a6abd071
2 changed files with 16 additions and 2 deletions

View file

@ -146,6 +146,11 @@ defmodule Pleroma.Web.ApiSpec.SubscriptionOperation do
allOf: [BooleanLike],
nullable: true,
description: "Receive chat notifications?"
},
"pleroma:emoji_reaction": %Schema{
allOf: [BooleanLike],
nullable: true,
description: "Receive emoji reaction notifications?"
}
}
}