diff options
author | Sadposter <hannah+pleroma@coffee-and-dreams.uk> | 2019-04-05 16:51:45 +0100 |
---|---|---|
committer | Hannah Ward <Hannah.ward9001@gmail.com> | 2019-04-05 17:02:07 +0100 |
commit | 9ca91cbb8764ef4f8fe5303705dd98984e4e90c0 (patch) | |
tree | f9aaa3397de39f5f68faff29cf09125c2126de32 /test/web/mastodon_api/account_view_test.exs | |
parent | d35f6551c1e9b11dec81b622c9ed2d9cdd6ac389 (diff) | |
download | pleroma-9ca91cbb8764ef4f8fe5303705dd98984e4e90c0.tar.gz pleroma-9ca91cbb8764ef4f8fe5303705dd98984e4e90c0.zip |
Change relationship direction of subscriptions
Diffstat (limited to 'test/web/mastodon_api/account_view_test.exs')
-rw-r--r-- | test/web/mastodon_api/account_view_test.exs | 2 |
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 6dc60afe9..48580ff1e 100644 --- a/test/web/mastodon_api/account_view_test.exs +++ b/test/web/mastodon_api/account_view_test.exs @@ -142,6 +142,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do blocking: true, muting: false, muting_notifications: false, + subscribing: false, requested: false, domain_blocking: false, showing_reblogs: true, @@ -198,6 +199,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do following: false, followed_by: false, blocking: true, + subscribing: false, muting: false, muting_notifications: false, requested: false, |