Start implementation of plain text export
This commit is contained in:
parent
cff4521106
commit
9e6b8ff9f5
5 changed files with 74 additions and 4 deletions
|
@ -84,7 +84,7 @@ export default class RoomHeader extends React.Component {
|
|||
_exportConversationalHistory = async () => {
|
||||
await exportConversationalHistory(
|
||||
this.props.room,
|
||||
exportFormats.HTML,
|
||||
exportFormats.LOGS,
|
||||
exportTypes.START_DATE,
|
||||
{
|
||||
startDate: parseInt(new Date("2021.05.20").getTime().toFixed(0)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue