Display quotes count on posts and add quotes list page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
bdf46eca5a
commit
6c4c8fe51f
14 changed files with 80 additions and 10 deletions
|
|
@ -329,6 +329,7 @@ export const parseStatus = (data) => {
|
|||
output.quote_id = pleroma.quote_id ? pleroma.quote_id : (output.quote ? output.quote.id : undefined)
|
||||
output.quote_url = pleroma.quote_url
|
||||
output.quote_visible = pleroma.quote_visible
|
||||
output.quotes_count = pleroma.quotes_count
|
||||
} else {
|
||||
output.text = data.content
|
||||
output.summary = data.spoiler_text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue