Merge branch 'main' into glitch-soc/main

This commit is contained in:
Claire
2023-03-26 15:47:12 +02:00
145 changed files with 441 additions and 261 deletions

View File

@ -32,7 +32,6 @@ const messages = defineMessages({
saveChanges: { id: 'compose_form.save_changes', defaultMessage: 'Save changes' },
});
export default @injectIntl
class ComposeForm extends ImmutablePureComponent {
static contextTypes = {
@ -300,3 +299,5 @@ class ComposeForm extends ImmutablePureComponent {
}
}
export default injectIntl(ComposeForm);