mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
keep magnet star history by add value field, update for distribution and reaction features
This commit is contained in:
parent
18f0c5d14e
commit
32884e1733
5 changed files with 16 additions and 49 deletions
|
|
@ -132,7 +132,7 @@ else
|
|||
'star' => (object)
|
||||
[
|
||||
'total' => $db->findMagnetStarsTotalByMagnetId($magnet->magnetId),
|
||||
'status' => $db->findMagnetStarsTotal($magnet->magnetId, $userId),
|
||||
'status' => $db->findLastMagnetStarValue($magnet->magnetId, $userId),
|
||||
],
|
||||
'access' => (object)
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue