[PR #22773] fix: message editing #42489

Open
opened 2026-04-25 14:22:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22773
Author: @eniraa
Created: 3/17/2026
Status: 🔄 Open

Base: devHead: dev


📝 Commits (5)

  • 89b0450 fix message editing
  • c69c4ae Merge branch 'dev' into dev
  • 8451898 Merge branch 'dev' into dev
  • fe6a2d3 Merge branch 'open-webui:dev' into dev
  • bb5014e Merge branch 'dev' into dev

📊 Changes

4 files changed (+69 additions, -7 deletions)

View changed files

📝 backend/open_webui/main.py (+1 -0)
📝 backend/open_webui/utils/middleware.py (+11 -4)
📝 backend/open_webui/utils/misc.py (+46 -1)
📝 src/lib/components/chat/Chat.svelte (+11 -2)

📄 Description

Changelog Entry

Description

  • Fix message editing

Fixed


Additional Information

  • I'm not sure if this fixes message continuation. I've never used the feature so I am not sure what the expected behavior is, and hence I am unable to manually test this.

Screenshots or Videos

screenshot_20260317T120855-0500 png

screenshot_20260317T122753-0500 png

Contributor License Agreement

Note

Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/22773 **Author:** [@eniraa](https://github.com/eniraa) **Created:** 3/17/2026 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (5) - [`89b0450`](https://github.com/open-webui/open-webui/commit/89b04502ac9d9f27a7c676244aa23338846340e3) fix message editing - [`c69c4ae`](https://github.com/open-webui/open-webui/commit/c69c4ae451adb81260a0b90c911bccea8c78b58e) Merge branch 'dev' into dev - [`8451898`](https://github.com/open-webui/open-webui/commit/84518986ae35c5c4a4dfc35b0ed1d10b253a0dd4) Merge branch 'dev' into dev - [`fe6a2d3`](https://github.com/open-webui/open-webui/commit/fe6a2d306487958bbb9d121fe5508b028b628411) Merge branch 'open-webui:dev' into dev - [`bb5014e`](https://github.com/open-webui/open-webui/commit/bb5014ea4f2a4be75dd91365e1ffa7a68e4235eb) Merge branch 'dev' into dev ### 📊 Changes **4 files changed** (+69 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/main.py` (+1 -0) 📝 `backend/open_webui/utils/middleware.py` (+11 -4) 📝 `backend/open_webui/utils/misc.py` (+46 -1) 📝 `src/lib/components/chat/Chat.svelte` (+11 -2) </details> ### 📄 Description <!-- ⚠️ CRITICAL CHECKS FOR CONTRIBUTORS (READ, DON'T DELETE) ⚠️ 1. Target the `dev` branch. PRs targeting `main` will be automatically closed. 2. Do NOT delete the CLA section at the bottom. It is required for the bot to accept your PR. --> # Changelog Entry ### Description - Fix message editing ### Fixed - (Partially) #21564 --- ### Additional Information - I'm not sure if this fixes message continuation. I've never used the feature so I am not sure what the expected behavior is, and hence I am unable to manually test this. ### Screenshots or Videos ![screenshot_20260317T120855-0500 png](https://github.com/user-attachments/assets/4ddcbb46-7944-46ac-927d-c81e7ac104ed) ![screenshot_20260317T122753-0500 png](https://github.com/user-attachments/assets/c74c28ef-23ed-4448-acaf-19a914cd6572) ### Contributor License Agreement <!-- 🚨 DO NOT DELETE THE TEXT BELOW 🚨 Keep the "Contributor License Agreement" confirmation text intact. Deleting it will trigger the CLA-Bot to INVALIDATE your PR. Your PR will NOT be reviewed or merged until you check the box below confirming that you have read and agree to the terms of the CLA. --> - [x] By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. > [!NOTE] > Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 14:22:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#42489