ephemeraHQ / converse-app

https://converse.xyz
MIT License
48 stars 7 forks source link

Buggy context menu entrance animation on Frames #723

Open saulmc opened 1 month ago

saulmc commented 1 month ago

Because of the isFrameMessage() issue in #722 , frame messages are initially displayed with a poorly animating message tail intended for text-only messages.

nmalzieu commented 1 month ago

So I have opened a PR that's supposed to fix #722 so let's see if it fixes that one too. However until we detect a message is a frame (network request to parse headers) it will still be displayed as a text message?