diff options
author | lain <lain@soykaf.club> | 2020-07-03 16:44:31 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-03 16:44:31 +0200 |
commit | d3efb50262e7922fc1aa80625679a7e29bb65836 (patch) | |
tree | 1b9c37c851739b041462a5bf50864a4c5d24ffd8 /test/web/node_info_test.exs | |
parent | 244655e884130df6dccabc0d2d78d33857809a36 (diff) | |
parent | 19fbfbb767169b58a8f6558d0ad1a9be6425b59d (diff) | |
download | pleroma-d3efb50262e7922fc1aa80625679a7e29bb65836.tar.gz pleroma-d3efb50262e7922fc1aa80625679a7e29bb65836.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/mastoapi-2.9.0-status_text
Diffstat (limited to 'test/web/node_info_test.exs')
-rw-r--r-- | test/web/node_info_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/node_info_test.exs b/test/web/node_info_test.exs index 8b3b6177d..06b33607f 100644 --- a/test/web/node_info_test.exs +++ b/test/web/node_info_test.exs @@ -142,7 +142,8 @@ defmodule Pleroma.Web.NodeInfoTest do "shareable_emoji_packs", "multifetch", "pleroma_emoji_reactions", - "pleroma:api/v1/notifications:include_types_filter" + "pleroma:api/v1/notifications:include_types_filter", + "pleroma_chat_messages" ] assert MapSet.subset?( |