Skip to content

Commit

Permalink
Merge pull request #3816 from Roardom/fix-user-actives-connectable
Browse files Browse the repository at this point in the history
(Fix) Connectable status on user actives page
  • Loading branch information
HDVinnie committed May 8, 2024
2 parents 1bca8ca + fa88cff commit 8ffacf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Livewire/UserActive.php
Expand Up @@ -98,6 +98,7 @@ final public function actives(): \Illuminate\Contracts\Pagination\LengthAwarePag
'peers.user_id',
'peers.active',
'peers.visible',
'peers.connectable',
'torrents.name',
'torrents.size',
'torrents.seeders',
Expand Down

0 comments on commit 8ffacf5

Please sign in to comment.