Add logs and unload listener
This commit is contained in:
parent
0f06f1b9c4
commit
9e298e9f45
3 changed files with 25 additions and 4 deletions
|
@ -85,7 +85,7 @@ export default class RoomHeader extends React.Component {
|
|||
|
||||
|
||||
_exportConversationalHistory = async () => {
|
||||
await exportConversationalHistory(this.props.room, exportFormats.HTML, exportTypes.LAST_N_MESSAGES, 250);
|
||||
await exportConversationalHistory(this.props.room, exportFormats.HTML, exportTypes.LAST_N_MESSAGES, 100);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue