Specify description format as markdown
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
2137193935
commit
47b8f5fe64
|
@ -249,6 +249,7 @@ const submitEvent = () =>
|
||||||
status,
|
status,
|
||||||
start_time: startTime,
|
start_time: startTime,
|
||||||
join_mode: joinMode,
|
join_mode: joinMode,
|
||||||
|
content_type: 'text/markdown',
|
||||||
};
|
};
|
||||||
|
|
||||||
if (endTime) params.end_time = endTime;
|
if (endTime) params.end_time = endTime;
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import React, { useCallback, useEffect, useState } from 'react';
|
import React, { useCallback, useEffect, useState } from 'react';
|
||||||
import { FormattedDate, FormattedMessage } from 'react-intl';
|
import { FormattedDate, FormattedMessage } from 'react-intl';
|
||||||
|
|
||||||
|
import { openModal } from 'soapbox/actions/modals';
|
||||||
import { fetchStatus } from 'soapbox/actions/statuses';
|
import { fetchStatus } from 'soapbox/actions/statuses';
|
||||||
import MissingIndicator from 'soapbox/components/missing-indicator';
|
import MissingIndicator from 'soapbox/components/missing-indicator';
|
||||||
import StatusContent from 'soapbox/components/status-content';
|
import StatusContent from 'soapbox/components/status-content';
|
||||||
|
|
Loading…
Reference in New Issue