mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-12 17:08:11 +00:00
no message
This commit is contained in:
parent
a798c61ded
commit
db4678770d
@ -61,7 +61,7 @@ class WebSocketDialogMsgTask extends AbstractTask
|
||||
// 将会话以外的成员加入会话内
|
||||
$userids = $dialog->dialogUser->pluck('userid')->toArray();
|
||||
$diffids = array_values(array_diff($mentions, $userids));
|
||||
if ($diffids) {
|
||||
if ($diffids && $dialog->type === 'group') {
|
||||
$dialog->joinGroup($diffids, $msg->userid);
|
||||
$dialog->pushMsg("groupJoin", null, $diffids);
|
||||
$userids = array_values(array_unique(array_merge($mentions, $userids)));
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "DooTask",
|
||||
"version": "0.17.83",
|
||||
"version": "0.17.84",
|
||||
"description": "DooTask is task management system.",
|
||||
"scripts": {
|
||||
"start": "./cmd dev",
|
||||
|
||||
2
public/js/build/530.js
vendored
2
public/js/build/530.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/597.js
vendored
2
public/js/build/597.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/710.js
vendored
2
public/js/build/710.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/821.js
vendored
2
public/js/build/821.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
a6182ad0eecb1c84
|
||||
882c813e4dcfa690
|
||||
|
||||
@ -1092,7 +1092,7 @@ export default {
|
||||
|
||||
getMoreUser(key, existIds) {
|
||||
return new Promise(resolve => {
|
||||
if (this.dialogId > 0 || this.taskId > 0 || this.dialogData.type === 'group') {
|
||||
if (this.taskId > 0 || this.dialogData.type === 'group') {
|
||||
this.__getMoreTimer && clearTimeout(this.__getMoreTimer)
|
||||
this.__getMoreTimer = setTimeout(_ => {
|
||||
this.$store.dispatch("call", {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user