Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RocketChat
Rocket.Chat.ReactNative
Commits
c6364536
Unverified
Commit
c6364536
authored
Feb 05, 2020
by
Diego Mello
Committed by
GitHub
Feb 05, 2020
Browse files
[REGRESSION] Read messages (#1666)
parent
8f64e658
Changes
1
Show whitespace changes
Inline
Side-by-side
app/lib/methods/subscriptions/room.js
View file @
c6364536
...
...
@@ -128,7 +128,7 @@ export default class RoomSubscription {
});
read
=
debounce
((
lastOpen
)
=>
{
this
.
readMessages
(
this
.
rid
,
lastOpen
);
RocketChat
.
readMessages
(
this
.
rid
,
lastOpen
);
},
300
);
handleMessageReceived
=
protectedFunction
((
ddpMessage
)
=>
{
...
...
Write
Preview
Supports
Markdown
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