mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 04:40:37 +00:00
no message
This commit is contained in:
parent
a6a0133d37
commit
36ea882869
@ -356,7 +356,6 @@ class DialogController extends AbstractController
|
||||
*/
|
||||
public function msg__list()
|
||||
{
|
||||
Base::checkClientVersion('0.19.0');
|
||||
$user = User::auth();
|
||||
//
|
||||
$dialog_id = intval(Request::input('dialog_id'));
|
||||
@ -537,6 +536,7 @@ class DialogController extends AbstractController
|
||||
*/
|
||||
public function msg__sendtext()
|
||||
{
|
||||
Base::checkClientVersion('0.19.0');
|
||||
$user = User::auth();
|
||||
//
|
||||
$chat_information = Base::settingFind('system', 'chat_information');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user