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
0a5d3bd6
authored
Jan 08, 2022
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' into pre
parents
ac6f7019
9db323f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
store/index.ts
store/index.ts
View file @
0a5d3bd6
...
@@ -1247,13 +1247,11 @@ export default {
...
@@ -1247,13 +1247,11 @@ export default {
}
}
}
}
return
dbController
return
dbController
.
setMessageReaded
(
option
.
chat
,
{
.
setMessageReaded
(
option
.
chat
,
{
start
:
option
.
start
,
start
:
option
.
start
,
end
:
option
.
end
,
end
:
option
.
end
,
allRead
:
option
.
all
,
allRead
:
option
.
all
,
});
})
.
then
(()
=>
(
state
[
ChatStore
.
STATE_CHAT_MSG_HISTORY
]
=
items
));
},
},
},
},
getters
:
{
getters
:
{
...
...
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