don't hide timestamps
This commit is contained in:
parent
fffdfde8ba
commit
fe3be39fe7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export default class MessageEditHistoryDialog extends React.Component {
|
||||||
stickyBottom={false}
|
stickyBottom={false}
|
||||||
startAtBottom={false}
|
startAtBottom={false}
|
||||||
>
|
>
|
||||||
<ul className="mx_MessageEditHistoryDialog_edits">{this._renderEdits()}</ul>
|
<ul className="mx_MessageEditHistoryDialog_edits mx_MessagePanel_alwaysShowTimestamps">{this._renderEdits()}</ul>
|
||||||
</ScrollPanel>);
|
</ScrollPanel>);
|
||||||
}
|
}
|
||||||
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
|
const BaseDialog = sdk.getComponent('views.dialogs.BaseDialog');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue