SubscriptionOperation: Let chat mentions through.

This commit is contained in:
lain 2020-06-04 20:28:33 +02:00
commit d44da91bbf
2 changed files with 9 additions and 2 deletions

View file

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