forked from mirror/pixelfed
Update v1.1 api
This commit is contained in:
parent
613e98ce09
commit
34b57783c4
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ class ApiV1Dot1Controller extends Controller
|
||||||
$activity = AccountLog::whereUserId($user->id)
|
$activity = AccountLog::whereUserId($user->id)
|
||||||
->whereAction('auth.login')
|
->whereAction('auth.login')
|
||||||
->orderBy('created_at', 'desc')
|
->orderBy('created_at', 'desc')
|
||||||
|
->groupBy('ip_address')
|
||||||
->limit(10)
|
->limit(10)
|
||||||
->get()
|
->get()
|
||||||
->map(function($item) use($agent, $currentIp) {
|
->map(function($item) use($agent, $currentIp) {
|
||||||
|
|
Loading…
Reference in a new issue