diff options
| author | lain <lain@soykaf.club> | 2020-07-06 11:27:06 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-07-06 11:27:06 +0200 |
| commit | 74b88c0a8bb12c3d534c826d6d1547bc40fff634 (patch) | |
| tree | 7764900ac5be30ccc40e6d18e5fe9989c880721c /test/web/mastodon_api/views | |
| parent | ef4c16f6f19c0544ed22972c78195547b4cf3f5d (diff) | |
| parent | 69f0b286f7b3e0518ac7ae54dfb06539dc179698 (diff) | |
| download | pleroma-74b88c0a8bb12c3d534c826d6d1547bc40fff634.tar.gz pleroma-74b88c0a8bb12c3d534c826d6d1547bc40fff634.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into chat-federation-information
Diffstat (limited to 'test/web/mastodon_api/views')
| -rw-r--r-- | test/web/mastodon_api/views/status_view_test.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/mastodon_api/views/status_view_test.exs b/test/web/mastodon_api/views/status_view_test.exs index f90a0c273..fa26b3129 100644 --- a/test/web/mastodon_api/views/status_view_test.exs +++ b/test/web/mastodon_api/views/status_view_test.exs @@ -183,6 +183,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do card: nil, reblog: nil, content: HTML.filter_tags(object_data["content"]), + text: nil, created_at: created_at, reblogs_count: 0, replies_count: 0, |
