Merge branch 'quotes-count' into 'develop'
Count and display post quotes See merge request pleroma/pleroma!3956
This commit is contained in:
commit
752bc168f6
14 changed files with 292 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue