diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-01-31 10:16:11 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-01-31 10:16:11 +0000 |
commit | 00d43333735acbcadc1dd04ff793f4ce6e8eecb1 (patch) | |
tree | 27959dec7a5ae46c194ed7b47156e4877a736a0b /test/web/mastodon_api/status_view_test.exs | |
parent | 5f40f4f74d96da7b54394e8d6fa29f00cd0c63fd (diff) | |
parent | cda1470e02100bfcdcbd128fd08d0af64dca7271 (diff) | |
download | pleroma-00d43333735acbcadc1dd04ff793f4ce6e8eecb1.tar.gz pleroma-00d43333735acbcadc1dd04ff793f4ce6e8eecb1.zip |
Merge branch 'features/glitch-soc-frontend' into 'develop'
Features/glitch soc frontend
See merge request pleroma/pleroma!192
Diffstat (limited to 'test/web/mastodon_api/status_view_test.exs')
-rw-r--r-- | test/web/mastodon_api/status_view_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs index f957fedac..c6a5783c6 100644 --- a/test/web/mastodon_api/status_view_test.exs +++ b/test/web/mastodon_api/status_view_test.exs @@ -92,6 +92,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do replies_count: 0, favourites_count: 0, reblogged: false, + bookmarked: false, favourited: false, muted: false, pinned: false, |