RocketChat / Rocket.Chat.ReactNative

Rocket.Chat mobile clients
https://rocket.chat
MIT License
1.94k stars 1.15k forks source link

App beta 4.26.0.30563 not work on "collapsible message" #3955

Open minix-it opened 2 years ago

minix-it commented 2 years ago

Description:

Hi, just as beta tester upgrade app to 4.26.0.30563 but clicking on message doesnt expand message. see screenshot.

Environment Information:

Steps to reproduce:

Expected behavior:

Actual behavior:

Additional context:

Screenshot_20220324-085019_RocketChat

GleidsonDaniel commented 2 years ago

Could you confirm me how it works on the web or desktop showing open and closed?

I would need more information, such as which integration this is, payload etc.

minix-it commented 2 years ago

Hi Daniel, here my screenshot of desktop app 3.8.0 desktop mode collapsed COLLAPSED MODE

desktop mode expanded EXPANDED MODE

shiryov commented 1 hour ago

Same issue with 4.50.1

JSON: {"channel":"@testuser","text":"Example message","attachments":[{"title":"message","text":"Здесь текст письма у нас","collapsed":true}]}'

Desktop/Web - is OK image

Mobile App - is not OK,cannot be uncollapsed image

But if we remove the collapsed attribute, the text appears on mobile, but now there is no way to show the message collapsed

JSON: {"channel":"@testuser","text":"Example message","attachments":[{"title":"message","text":"Здесь текст письма у нас"}]}

Mobile App: image