mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +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()
|
public function msg__list()
|
||||||
{
|
{
|
||||||
Base::checkClientVersion('0.19.0');
|
|
||||||
$user = User::auth();
|
$user = User::auth();
|
||||||
//
|
//
|
||||||
$dialog_id = intval(Request::input('dialog_id'));
|
$dialog_id = intval(Request::input('dialog_id'));
|
||||||
@ -537,6 +536,7 @@ class DialogController extends AbstractController
|
|||||||
*/
|
*/
|
||||||
public function msg__sendtext()
|
public function msg__sendtext()
|
||||||
{
|
{
|
||||||
|
Base::checkClientVersion('0.19.0');
|
||||||
$user = User::auth();
|
$user = User::auth();
|
||||||
//
|
//
|
||||||
$chat_information = Base::settingFind('system', 'chat_information');
|
$chat_information = Base::settingFind('system', 'chat_information');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user