parent
8d76db2714
commit
ebaef6e3df
app/javascript/mastodon/features/direct_timeline/components
|
@ -56,6 +56,7 @@ export default class Conversation extends ImmutablePureComponent {
|
|||
otherAccounts={accounts}
|
||||
onMoveUp={this.handleHotkeyMoveUp}
|
||||
onMoveDown={this.handleHotkeyMoveDown}
|
||||
onClick={this.handleClick}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue