diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-09-20 16:22:31 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2018-09-20 16:24:29 +0200 |
commit | a8eaecadee1807af89e2917f4c1981e7981ad908 (patch) | |
tree | 65a3085e71a9c80b94b0bdab12ae8f5fd1b97c23 /lib | |
parent | 43d0b7bf7ae0e44366a56a6e0b9172b0caedd14a (diff) | |
download | pleroma-a8eaecadee1807af89e2917f4c1981e7981ad908.tar.gz |
[Pleroma.Web.MastodonAPI.AccountView]: relationship.json: fake endorsed value (false)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/account_view.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/account_view.ex b/lib/pleroma/web/mastodon_api/views/account_view.ex index 7c92c991f..3c8f93486 100644 --- a/lib/pleroma/web/mastodon_api/views/account_view.ex +++ b/lib/pleroma/web/mastodon_api/views/account_view.ex @@ -79,7 +79,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do muting_notifications: false, requested: false, domain_blocking: false, - showing_reblogs: false + showing_reblogs: false, + endorsed: false } end |