summaryrefslogtreecommitdiff
path: root/test/web/mastodon_api/status_view_test.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-09-19 02:04:56 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-01-28 04:47:32 +0100
commitcda1470e02100bfcdcbd128fd08d0af64dca7271 (patch)
treecf140f85c95843af594c35fb2e4edf615cb4af6e /test/web/mastodon_api/status_view_test.exs
parent872241d7c50a5c92f7867b89672ca451b40d44da (diff)
downloadpleroma-cda1470e02100bfcdcbd128fd08d0af64dca7271.tar.gz
pleroma-cda1470e02100bfcdcbd128fd08d0af64dca7271.zip
[MastoAPI][GlitchAPI] Add bookmarks
Diffstat (limited to 'test/web/mastodon_api/status_view_test.exs')
-rw-r--r--test/web/mastodon_api/status_view_test.exs1
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 ebf6273e8..f054ded1c 100644
--- a/test/web/mastodon_api/status_view_test.exs
+++ b/test/web/mastodon_api/status_view_test.exs
@@ -91,6 +91,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
replies_count: 0,
favourites_count: 0,
reblogged: false,
+ bookmarked: false,
favourited: false,
muted: false,
pinned: false,