Webhookチェックインをお惣菜コーナーに流す

This commit is contained in:
shibafu
2020-07-24 17:51:48 +09:00
parent fcdc00f165
commit 66322dfec0
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class TimelineController extends Controller
->select('ejaculations.*')
->with('user', 'tags')
->withLikes()
->onlyWebCheckin()
->public()
->paginate(21);
return view('timeline.public')->with(compact('ejaculations'));