Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2022-06-10 11:51:43 +02:00
156 changed files with 1768 additions and 156 deletions

View File

@ -50,7 +50,7 @@ const componentMap = {
};
const messages = defineMessages({
publish: { id: 'compose_form.publish', defaultMessage: 'Toot' },
publish: { id: 'compose_form.publish', defaultMessage: 'Publish' },
});
const shouldHideFAB = path => path.match(/^\/statuses\/|^\/@[^/]+\/\d+|^\/publish|^\/explore|^\/getting-started|^\/start/);