forked from mirrors/akkoma
remove chat enabled feature
This commit is contained in:
parent
3b8bf8464f
commit
e35dced9c8
1 changed files with 2 additions and 2 deletions
|
@ -133,6 +133,7 @@ defmodule Pleroma.Web.NodeInfoTest do
|
|||
|
||||
default_features = [
|
||||
"pleroma_api",
|
||||
"akkoma_api",
|
||||
"mastodon_api",
|
||||
"mastodon_api_streaming",
|
||||
"polls",
|
||||
|
@ -140,8 +141,7 @@ defmodule Pleroma.Web.NodeInfoTest do
|
|||
"shareable_emoji_packs",
|
||||
"multifetch",
|
||||
"pleroma_emoji_reactions",
|
||||
"pleroma:api/v1/notifications:include_types_filter",
|
||||
"pleroma_chat_messages"
|
||||
"pleroma:api/v1/notifications:include_types_filter"
|
||||
]
|
||||
|
||||
assert MapSet.subset?(
|
||||
|
|
Loading…
Reference in a new issue