summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/account_view_test.exs
diff options
context:
space:
mode:
authorlambda <lain@soykaf.club>2019-04-10 10:04:20 +0000
committerlambda <lain@soykaf.club>2019-04-10 10:04:20 +0000
commit6504b43f96860d1911ed9a17d1c487a6e8ac93ba (patch)
tree8414fc2108941ccadd9b9fd4dd37c9d3cf731399 /test/web/mastodon_api/account_view_test.exs
parentc8440b5e0c97c5d5c03e4b99e30a61df6ab95319 (diff)
parentbe8350baa2f8c9cf9be3f53ee4a0041dada1386f (diff)
downloadpleroma-6504b43f96860d1911ed9a17d1c487a6e8ac93ba.tar.gz
pleroma-6504b43f96860d1911ed9a17d1c487a6e8ac93ba.zip
Merge branch 'feature/user-status-subscriptions' into 'develop'
Add ability to subscribe to users See merge request pleroma/pleroma!1024
Diffstat (limited to 'test/web/mastodon_api/account_view_test.exs')
-rw-r--r--test/web/mastodon_api/account_view_test.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index aa6a1e960..d7487bed9 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -156,6 +156,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
blocking: true,
muting: false,
muting_notifications: false,
+ subscribing: false,
requested: false,
domain_blocking: false,
showing_reblogs: true,
@@ -212,6 +213,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
following: false,
followed_by: false,
blocking: true,
+ subscribing: false,
muting: false,
muting_notifications: false,
requested: false,