1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2026-02-15 17:16:57 +00:00

some fixes

This commit is contained in:
Alexander 2019-10-15 16:26:04 +03:00
parent e7bb762ec2
commit 8c0cfed825
No known key found for this signature in database
GPG key ID: 7AE1AD696BA41708
2 changed files with 2 additions and 2 deletions

View file

@ -210,7 +210,7 @@ defmodule Pleroma.LoadTesting.Fetcher do
Benchee.run(%{
"Render status" => fn ->
Pleroma.Web.MastodonAPI.StatusView.render("status.json", %{
Pleroma.Web.MastodonAPI.StatusView.render("show.json", %{
activity: activity,
for: user
})