mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #1617] [CLOSED] Changed two .forEach loops with anonymous funcs to a backwards for loop #7518
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1617
Author: @Entaigner
Created: 4/19/2024
Status: ❌ Closed
Base:
main← Head:patch-2📝 Commits (1)
90d83d9Changed two .forEach loops with anonymous functions to a backwards for loop📊 Changes
1 file changed (+9 additions, -13 deletions)
View changed files
📝
src/routes/(app)/c/[id]/+page.svelte(+9 -13)📄 Description
Pull Request Checklist
Description
Changed two .forEach loops with anonymous functions to a backwards for loop.
The code removes all but the last .images references from messageBody before submission to backend.
Changelog Entry
Changed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.