[PR #22848] [CLOSED] fix: skip message data fetch for pending channel messages #130551

Closed
opened 2026-05-21 14:51:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22848
Author: @themavik
Created: 3/19/2026
Status: Closed

Base: devHead: fix/22753-channel-message-data-404


📝 Commits (1)

  • 6acb54e fix: skip message data fetch for pending/optimistic messages (#22753)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/lib/components/channel/Messages/Message.svelte (+2 -2)

📄 Description

Changelog Entry

Description

  • Skip message data fetch for pending channel messages to avoid unnecessary API calls and potential errors.

Fixed

  • Added !pending guards in src/lib/components/channel/Messages/Message.svelte

Contributor License Agreement

Made with Cursor


🔄 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/22848 **Author:** [@themavik](https://github.com/themavik) **Created:** 3/19/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `fix/22753-channel-message-data-404` --- ### 📝 Commits (1) - [`6acb54e`](https://github.com/open-webui/open-webui/commit/6acb54e120eade94f544c80f14a1faae71aa6370) fix: skip message data fetch for pending/optimistic messages (#22753) ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/channel/Messages/Message.svelte` (+2 -2) </details> ### 📄 Description # Changelog Entry ### Description - Skip message data fetch for pending channel messages to avoid unnecessary API calls and potential errors. ### Fixed - Added `!pending` guards in `src/lib/components/channel/Messages/Message.svelte` ### Contributor License Agreement - [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. Made with [Cursor](https://cursor.com) --- <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-05-21 14:51:16 -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#130551