summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-03-16 04:31:31 +0000
committerkaniini <nenolod@gmail.com>2019-03-16 04:31:31 +0000
commitc69dc2acf1e4cb1afe61bda3566aec44d48a240f (patch)
tree919ef67a2b39f7c80c253fa8b940f1f37da17305 /test/web/mastodon_api
parentf58d47d6f752fa04bfd0a5d809b6d4e28248654d (diff)
parentd8244c2a1bfc54b9dfa70be3ce49db961205f883 (diff)
downloadpleroma-c69dc2acf1e4cb1afe61bda3566aec44d48a240f.tar.gz
pleroma-c69dc2acf1e4cb1afe61bda3566aec44d48a240f.zip
Merge branch 'feature/reblog-muting' into 'develop'
Implement mastodon's reblog hiding feature See merge request pleroma/pleroma!916
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r--test/web/mastodon_api/account_view_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/account_view_test.exs b/test/web/mastodon_api/account_view_test.exs
index c2ffc21da..6dc60afe9 100644
--- a/test/web/mastodon_api/account_view_test.exs
+++ b/test/web/mastodon_api/account_view_test.exs
@@ -144,7 +144,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
muting_notifications: false,
requested: false,
domain_blocking: false,
- showing_reblogs: false,
+ showing_reblogs: true,
endorsed: false
}
@@ -202,7 +202,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
muting_notifications: false,
requested: false,
domain_blocking: false,
- showing_reblogs: false,
+ showing_reblogs: true,
endorsed: false
}
}