no message

This commit is contained in:
kuaifan 2022-07-08 23:09:35 +08:00
parent 36ea882869
commit 82010e7225
5 changed files with 12 additions and 7 deletions

View File

@ -618,6 +618,7 @@ class DialogController extends AbstractController
*/ */
public function msg__sendrecord() public function msg__sendrecord()
{ {
Base::checkClientVersion('0.19.0');
$user = User::auth(); $user = User::auth();
// //
$dialog_id = Base::getPostInt('dialog_id'); $dialog_id = Base::getPostInt('dialog_id');
@ -667,6 +668,7 @@ class DialogController extends AbstractController
*/ */
public function msg__sendfile() public function msg__sendfile()
{ {
Base::checkClientVersion('0.19.0');
$user = User::auth(); $user = User::auth();
// //
$dialog_id = Base::getPostInt('dialog_id'); $dialog_id = Base::getPostInt('dialog_id');

View File

@ -1501,6 +1501,7 @@ class ProjectController extends AbstractController
*/ */
public function task__update() public function task__update()
{ {
Base::checkClientVersion('0.19.0');
User::auth(); User::auth();
// //
parse_str(Request::getContent(), $data); parse_str(Request::getContent(), $data);

2
electron/build.js vendored
View File

@ -216,10 +216,12 @@ if (["dev"].includes(argv[2])) {
value: data value: data
}) })
}) })
if (config.app.filter(({publish}) => publish.provider === 'generic').length > 1) {
appChoices.push({ appChoices.push({
name: "All generic", name: "All generic",
value: 'generic' value: 'generic'
}) })
}
const questions = [ const questions = [
{ {
type: 'list', type: 'list',

View File

@ -1,6 +1,6 @@
{ {
"name": "DooTask", "name": "DooTask",
"version": "0.19.5", "version": "0.19.10",
"description": "DooTask is task management system.", "description": "DooTask is task management system.",
"scripts": { "scripts": {
"start": "./cmd dev", "start": "./cmd dev",
@ -82,7 +82,7 @@
], ],
"publish": { "publish": {
"provider": "generic", "provider": "generic",
"url": "https://dootask.com/desktop/publish" "url": "https://www.dootask.com/desktop/publish"
} }
} }
] ]

View File

@ -1 +1 @@
360e19dcd2174f5b 064b608378f6d31f