mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: telegram controller
This commit is contained in:
parent
1f88f74155
commit
763efef9df
@ -23,7 +23,6 @@ class TelegramController extends Controller
|
||||
|
||||
public function webhook(Request $request)
|
||||
{
|
||||
info($request->input());
|
||||
$this->formatMessage($request->input());
|
||||
$this->formatChatJoinRequest($request->input());
|
||||
$this->handle();
|
||||
|
Loading…
Reference in New Issue
Block a user