[PR #21586] [CLOSED] refac #41780

Closed
opened 2026-04-25 13:55:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21586
Author: @Classic298
Created: 2/19/2026
Status: Closed

Base: devHead: claude/fetch-misc-utils-42kyS


📝 Commits (1)

  • 850e1e4 Fix O(n²) performance in get_message_list by replacing insert(0) with append+reverse

📊 Changes

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

View changed files

📝 backend/open_webui/utils/misc.py (+2 -3)

📄 Description

No description provided


🔄 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/21586 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 2/19/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `claude/fetch-misc-utils-42kyS` --- ### 📝 Commits (1) - [`850e1e4`](https://github.com/open-webui/open-webui/commit/850e1e4c1175c107e977fd1c99939018817ff882) Fix O(n²) performance in get_message_list by replacing insert(0) with append+reverse ### 📊 Changes **1 file changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/utils/misc.py` (+2 -3) </details> ### 📄 Description _No description provided_ --- <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 13:55: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#41780