[GH-ISSUE #10746] Updating message wipes message.timestamp property #54683

Closed
opened 2026-05-05 16:33:33 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @mkhludnev on GitHub (Feb 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10746

Bug Report

Installation Method

Docker

Environment

  • Open WebUI Version: 0.5.16

  • Operating System: Ubuntu 24

  • Browser (if applicable): Firefox

Confirmation:

  • [v] I have read and followed all the instructions provided in the README.md.
  • [v] I am on the latest version of both Open WebUI and Ollama.
  • [v] I have included the browser console logs.
  • I have included the Docker container logs.
  • [v] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.

Expected Behavior:

Editing (updating) user message sends timestamp for updated message.

Actual Behavior:

no update property send.

Description

Bug Summary:
Updating messages drops a timestamp.

Reproduction Details

Steps to Reproduce:

Image

Edit sends no timestamp

Image

compare to new message:

Image

timestamp is sent.

My bet is that it doesn't mention timestamp when updates message

6fedd72e39/src/lib/components/chat/Messages.svelte (L223)

I may try to comeup with PR

Originally created by @mkhludnev on GitHub (Feb 25, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10746 # Bug Report ## Installation Method Docker ## Environment - **Open WebUI Version:** 0.5.16 - **Operating System:** Ubuntu 24 - **Browser (if applicable):** Firefox **Confirmation:** - [v] I have read and followed all the instructions provided in the README.md. - [v] I am on the latest version of both Open WebUI and Ollama. - [v] I have included the browser console logs. - [ ] I have included the Docker container logs. - [v] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: Editing (updating) user message sends `timestamp` for updated message. ## Actual Behavior: no update property send. ## Description **Bug Summary:** Updating messages drops a timestamp. ## Reproduction Details **Steps to Reproduce:** ![Image](https://github.com/user-attachments/assets/49e3cdcf-ed1e-4c7e-950c-74be35399097) Edit sends no timestamp ![Image](https://github.com/user-attachments/assets/2e1fb781-7c12-487c-a3fc-6d2b5b892ba2) compare to new message: ![Image](https://github.com/user-attachments/assets/0a6e5f3b-cc96-445a-9bc5-0761d718db18) timestamp is sent. My bet is that it doesn't mention timestamp when updates message https://github.com/open-webui/open-webui/blob/6fedd72e3973e1d13c9daf540350cd822826bf27/src/lib/components/chat/Messages.svelte#L223 I may try to comeup with PR
Author
Owner

@tjbck commented on GitHub (Mar 4, 2025):

1236157800

<!-- gh-comment-id:2696153202 --> @tjbck commented on GitHub (Mar 4, 2025): 12361578001b49ca5b11a77feabd6a5319f8f3ad
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#54683