Merge branch 'quotes-count' into 'develop'

Count and display post quotes

See merge request pleroma/pleroma!3956
This commit is contained in:
lain 2023-11-12 13:38:09 +00:00
commit 752bc168f6
14 changed files with 292 additions and 3 deletions

View file

@ -337,7 +337,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
thread_muted: false,
emoji_reactions: [],
parent_visible: false,
pinned_at: nil
pinned_at: nil,
quotes_count: 0
}
}