Merge branch 'develop' into hooks-migration

This commit is contained in:
marcin mikołajczak
2024-10-21 12:18:24 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ Want to test `pl-fe` with **any existing MastoAPI-compatible server?** Try [pl.m
If you want to use `pl-fe` as the default frontend on your server, download the latest build from [pl.mkljczk.pl/pl-fe.zip](http://pl.mkljczk.pl/pl-fe.zip) and install it following the instructions for your backend. For example, on a standard Pleroma installation you can use:
```sh
curl -O http://pl.mkljczk.pl/pl-fe.zip
curl -O https://pl.mkljczk.pl/pl-fe.zip
unzip pl-fe.zip -d /opt/pleroma/instance/static/
rm pl-fe.zip
```

View File

@ -2,7 +2,6 @@ import clsx from 'clsx';
import React, { useCallback, useEffect, useRef, useState } from 'react';
import { FormattedMessage, defineMessages, useIntl } from 'react-intl';
import { useHistory } from 'react-router-dom';
import 'wicg-inert';
import { cancelReplyCompose } from 'pl-fe/actions/compose';
import { saveDraftStatus } from 'pl-fe/actions/draft-statuses';