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 = [
|
default_features = [
|
||||||
"pleroma_api",
|
"pleroma_api",
|
||||||
|
"akkoma_api",
|
||||||
"mastodon_api",
|
"mastodon_api",
|
||||||
"mastodon_api_streaming",
|
"mastodon_api_streaming",
|
||||||
"polls",
|
"polls",
|
||||||
|
@ -140,8 +141,7 @@ defmodule Pleroma.Web.NodeInfoTest do
|
||||||
"shareable_emoji_packs",
|
"shareable_emoji_packs",
|
||||||
"multifetch",
|
"multifetch",
|
||||||
"pleroma_emoji_reactions",
|
"pleroma_emoji_reactions",
|
||||||
"pleroma:api/v1/notifications:include_types_filter",
|
"pleroma:api/v1/notifications:include_types_filter"
|
||||||
"pleroma_chat_messages"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
assert MapSet.subset?(
|
assert MapSet.subset?(
|
||||||
|
|
Loading…
Reference in a new issue