diff options
author | lain <lain@soykaf.club> | 2020-06-26 11:09:37 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-26 11:09:37 +0000 |
commit | 6db9f7cdb3adeda547b6e3e9ca887b685344351a (patch) | |
tree | 82b9e89deb8e2f40729b12bcf163613c23d0f27a /test | |
parent | 7c7a6509b92e335c42c36f6b4b414305e0c09f4b (diff) | |
parent | 7ed229641667f52dd82eb7c388ea28e79e09e507 (diff) | |
download | pleroma-6db9f7cdb3adeda547b6e3e9ca887b685344351a.tar.gz pleroma-6db9f7cdb3adeda547b6e3e9ca887b685344351a.zip |
Merge branch 'fix-chats' into 'develop'
Nodeinfo: Add chat information back in.
See merge request pleroma/pleroma!2691
Diffstat (limited to 'test')
-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?( |