Start implementation of plain text export

This commit is contained in:
Jaiwanth 2021-06-17 10:46:08 +05:30
parent cff4521106
commit 9e6b8ff9f5
5 changed files with 74 additions and 4 deletions

View file

@ -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)),