Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
530971fc
authored
Jan 11, 2022
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
u
parent
59cbb6ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
store/index.ts
xim/models/chat.ts
store/index.ts
View file @
530971fc
...
@@ -487,13 +487,13 @@ export default {
...
@@ -487,13 +487,13 @@ export default {
items
items
);
);
}
}
dispatch
(
ChatStore
.
ACTION_REBUILD_UNREAD_MESSAGE_COUNT
).
finally
(
resolve
);
commit
(
commit
(
ChatStore
.
MUTATION_SAVE_CHAT_LIST
,
ChatStore
.
MUTATION_SAVE_CHAT_LIST
,
cache
cache
);
);
dispatch
(
ChatStore
.
ACTION_REBUILD_UNREAD_MESSAGE_COUNT
).
finally
(
resolve
);
})
})
.
catch
(
reject
);
.
catch
(
reject
);
});
});
...
...
xim/models/chat.ts
View file @
530971fc
...
@@ -55,6 +55,7 @@ export interface Chat {
...
@@ -55,6 +55,7 @@ export interface Chat {
biz_type_code
:
string
;
biz_type_code
:
string
;
business_data
?:
string
;
business_data
?:
string
;
detail_name
?:
string
;
detail_name
?:
string
;
keyword
?:
string
;
}
}
export
interface
Message
{
export
interface
Message
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment