Fix error dialog when posting in chat #3558

Open
tusooa wants to merge 1 commit from tusooa/pleroma-fe:tusooa/fix-chat-post into develop
Owner

Checklist

  • Adding a changelog: In the changelog.d directory, create a file named <code>.<type>.
### Checklist - [x] Adding a changelog: In the `changelog.d` directory, create a file named `<code>.<type>`. <!-- `<code>` can be anything, but we recommend using a more or less unique identifier to avoid collisions, such as the branch name. `<type>` can be `add`, `change`, `remove`, `fix`, `security` or `skip`. `skip` is only used if there is no user-visible change in the MR (for example, only editing comments in the code). Otherwise, choose a type that corresponds to your change. In the file, write the changelog entry. For example, if an MR adds group functionality, we can create a file named `group.add` and write `Add group functionality` in it. If one changelog entry is not enough, you may add more. But that might mean you can split it into two MRs. Only use more than one changelog entry if you really need to (for example, when one change in the code fix two different bugs, or when refactoring). -->
Fix error dialog when posting in chat
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
5c28063a50
Some checks are pending
ci/woodpecker/pr/build Pipeline is pending approval
ci/woodpecker/pr/changelog Pipeline is pending approval
ci/woodpecker/pr/lint Pipeline is pending approval
ci/woodpecker/pr/test-e2e Pipeline is pending approval
ci/woodpecker/pr/test Pipeline is pending approval
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u tusooa/fix-chat-post:tusooa-tusooa/fix-chat-post
git switch tusooa-tusooa/fix-chat-post

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff tusooa-tusooa/fix-chat-post
git switch tusooa-tusooa/fix-chat-post
git rebase develop
git switch develop
git merge --ff-only tusooa-tusooa/fix-chat-post
git switch tusooa-tusooa/fix-chat-post
git rebase develop
git switch develop
git merge --no-ff tusooa-tusooa/fix-chat-post
git switch develop
git merge --squash tusooa-tusooa/fix-chat-post
git switch develop
git merge --ff-only tusooa-tusooa/fix-chat-post
git switch develop
git merge tusooa-tusooa/fix-chat-post
git push origin develop
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe!3558
No description provided.