mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-07 20:26:15 +00:00
Compare commits
3 Commits
2024453b18
...
c0c7f7ce00
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c0c7f7ce00 | ||
![]() |
8b34daf254 | ||
![]() |
ffb5ac2640 |
|
@ -95,11 +95,11 @@ class ActivityPub::Parser::StatusParser
|
||||||
end
|
end
|
||||||
|
|
||||||
def favourites_count
|
def favourites_count
|
||||||
@object.dig(:likes, :totalItems)
|
@object.dig('likes', 'totalItems')
|
||||||
end
|
end
|
||||||
|
|
||||||
def reblogs_count
|
def reblogs_count
|
||||||
@object.dig(:shares, :totalItems)
|
@object.dig('shares', 'totalItems')
|
||||||
end
|
end
|
||||||
|
|
||||||
def quote_policy
|
def quote_policy
|
||||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -3344,9 +3344,11 @@ __metadata:
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@reduxjs/toolkit@npm:^2.0.1":
|
"@reduxjs/toolkit@npm:^2.0.1":
|
||||||
version: 2.6.1
|
version: 2.7.0
|
||||||
resolution: "@reduxjs/toolkit@npm:2.6.1"
|
resolution: "@reduxjs/toolkit@npm:2.7.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
|
"@standard-schema/spec": "npm:^1.0.0"
|
||||||
|
"@standard-schema/utils": "npm:^0.3.0"
|
||||||
immer: "npm:^10.0.3"
|
immer: "npm:^10.0.3"
|
||||||
redux: "npm:^5.0.1"
|
redux: "npm:^5.0.1"
|
||||||
redux-thunk: "npm:^3.1.0"
|
redux-thunk: "npm:^3.1.0"
|
||||||
|
@ -3359,7 +3361,7 @@ __metadata:
|
||||||
optional: true
|
optional: true
|
||||||
react-redux:
|
react-redux:
|
||||||
optional: true
|
optional: true
|
||||||
checksum: 10c0/6ae5db267f2b0a9da8b59080797c5adb1b92b50c0f2bdd933470206285d684b79ed2b1c4e2d7a0fb4aa9e3772d0e215fdcd3a8e4a4a2aac81400fcd790dbd6cd
|
checksum: 10c0/33b01093b6959625c0fb7da1fc69706d2c3fcc31d36cd4d36877a2f63d59b5474b641671f5876170812592a0d8e80f25da3ff7272202df520ef2e391b85b9592
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -3499,6 +3501,20 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@standard-schema/spec@npm:^1.0.0":
|
||||||
|
version: 1.0.0
|
||||||
|
resolution: "@standard-schema/spec@npm:1.0.0"
|
||||||
|
checksum: 10c0/a1ab9a8bdc09b5b47aa8365d0e0ec40cc2df6437be02853696a0e377321653b0d3ac6f079a8c67d5ddbe9821025584b1fb71d9cc041a6666a96f1fadf2ece15f
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@standard-schema/utils@npm:^0.3.0":
|
||||||
|
version: 0.3.0
|
||||||
|
resolution: "@standard-schema/utils@npm:0.3.0"
|
||||||
|
checksum: 10c0/6eb74cd13e52d5fc74054df51e37d947ef53f3ab9e02c085665dcca3c38c60ece8d735cebbdf18fbb13c775fbcb9becb3f53109b0e092a63f0f7389ce0993fd0
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@surma/rollup-plugin-off-main-thread@npm:^2.2.3":
|
"@surma/rollup-plugin-off-main-thread@npm:^2.2.3":
|
||||||
version: 2.2.3
|
version: 2.2.3
|
||||||
resolution: "@surma/rollup-plugin-off-main-thread@npm:2.2.3"
|
resolution: "@surma/rollup-plugin-off-main-thread@npm:2.2.3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user