This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix conversations not being marked read on click (
#9103
)
Fix
#9096
master
Eugen Rochko
6 years ago
committed by
GitHub
parent
7fee968e9f
commit
a2e3401e48
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/javascript/mastodon/features/direct_timeline/components/conversation.js
+ 1
- 0
app/javascript/mastodon/features/direct_timeline/components/conversation.js
View File
@ -56,6 +56,7 @@ export default class Conversation extends ImmutablePureComponent {
otherAccounts
=
{
accounts
}
onMoveUp
=
{
this
.
handleHotkeyMoveUp
}
onMoveDown
=
{
this
.
handleHotkeyMoveDown
}
onClick
=
{
this
.
handleClick
}
/
>
)
;
}
Write
Preview
Loading…
Cancel
Save