discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

First Message in thread doesn't update on mobile phone.

Open FabienBounoir opened this issue 3 months ago • 0 comments

Description

When a thread is created and you're inside it, if the first message is updated within the thread, it won't be updated for other clients on mobile. This is very inconvenient; this bug only occurs on mobile phones; on PC, the message is updated correctly.

Steps to Reproduce

Write a message in a channel with one account, create a thread on this message, and go into the thread with another account. With your main account, update the first message (from the parent channel), and you will see that on your second account, the first message of the thread does not update.

Expected Behavior

It would be normal for the first message of the thread to be updated, as it already is on PC.

Current Behavior

Currently, the first message of the thread is not updated correctly on mobile phones.

Screenshots/Videos

https://github.com/discord/discord-api-docs/assets/71253960/08bb2621-9ed6-48ae-863d-51d116d5adb4

https://github.com/discord/discord-api-docs/assets/71253960/0fb4ff04-ee1d-411b-af1a-82a59b3f2159

Updated message (outside thread): image

Not updated message (inside thread): image

Client and System Information

I have tested with several builds: Stable release: App version: 220 OS: 17.2.1 Device info: Iphone14,8

PTB release: App version: 221 OS: 17.4 Device info: Iphone14,3

FabienBounoir avatar Mar 16 '24 11:03 FabienBounoir