diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-24 22:14:26 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-24 22:14:26 +0300 |
commit | 13cbb9f6ada8dcb15bb7ed12be4d88a18c5db7f7 (patch) | |
tree | 85236f87e330a43f83488cf99eadd3af26c9b973 /test | |
parent | eec1fcaf55bdcbc2d3aed4eaf044bb8ef6c4effa (diff) | |
download | pleroma-13cbb9f6ada8dcb15bb7ed12be4d88a18c5db7f7.tar.gz pleroma-13cbb9f6ada8dcb15bb7ed12be4d88a18c5db7f7.zip |
Implemented preloading of relationships with parent activities' actors for statuses/timeline rendering. Applied preloading for notifications rendering. Fixed announces rendering issue (preloading-related).
Diffstat (limited to 'test')
-rw-r--r-- | test/web/mastodon_api/controllers/timeline_controller_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/mastodon_api/controllers/timeline_controller_test.exs b/test/web/mastodon_api/controllers/timeline_controller_test.exs index 47849fc48..97b1c3e66 100644 --- a/test/web/mastodon_api/controllers/timeline_controller_test.exs +++ b/test/web/mastodon_api/controllers/timeline_controller_test.exs @@ -68,7 +68,6 @@ defmodule Pleroma.Web.MastodonAPI.TimelineControllerTest do "account" => %{ "acct" => "repeated", "pleroma" => %{ - # This part does not match correctly "relationship" => %{"following" => false, "followed_by" => true} } } |