Allow markdown on glitch-soc
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
38b960244a
commit
18ebcb44e1
1 changed files with 4 additions and 1 deletions
|
@ -420,7 +420,10 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* Ability to post statuses in Markdown, BBCode, and HTML.
|
||||
* @see POST /api/v1/statuses
|
||||
*/
|
||||
richText: v.software === PLEROMA,
|
||||
richText: any([
|
||||
v.software === MASTODON && v.build === 'glitch',
|
||||
v.software === PLEROMA,
|
||||
]),
|
||||
|
||||
/**
|
||||
* Can schedule statuses to be posted at a later time.
|
||||
|
|
Loading…
Reference in a new issue