diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-06-26 12:45:46 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-06-26 12:45:46 -0500 |
| commit | 69848d5c97c9e5d4c14fb5613eb174cb81d5026d (patch) | |
| tree | 02411c5e177dc5ed853d420095237a9eb8442a47 /test/web/mastodon_api/views | |
| parent | fd5e797379155e5a85deb88dc79f8fbca483948e (diff) | |
| download | pleroma-69848d5c97c9e5d4c14fb5613eb174cb81d5026d.tar.gz pleroma-69848d5c97c9e5d4c14fb5613eb174cb81d5026d.zip | |
Rename notification "privacy_option" setting
Diffstat (limited to 'test/web/mastodon_api/views')
| -rw-r--r-- | test/web/mastodon_api/views/account_view_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/mastodon_api/views/account_view_test.exs b/test/web/mastodon_api/views/account_view_test.exs index b6d820b3f..ce45cb9e9 100644 --- a/test/web/mastodon_api/views/account_view_test.exs +++ b/test/web/mastodon_api/views/account_view_test.exs @@ -97,7 +97,7 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do notification_settings = %{ block_from_strangers: false, - privacy_option: false + hide_notification_contents: false } privacy = user.default_scope |
