Boris Shiryov

Results 5 comments of Boris Shiryov

@jeanfbrito we have added a window.close() at the [end](https://github.com/jitsi/jitsi-meet/blob/a51b377d6b339ae251c40c9f85f6e739cd4dfbfb/static/close.js#L65) of the onLoad() after `insertTextMsg('hintMessage', getHint())`

Version 3.9.6 This is jitsi call dialog in which close2.html was opened after the call ended. ![image](https://github.com/RocketChat/Rocket.Chat.Electron/assets/666827/53e0dd9f-d1b0-4ab9-8485-78e19e45f074) **close2.html:** ``` ``` **close.js:** ``` function onLoad() { // Intentionally use string concatenation...

@iMiKED jitsi-meet does not close the call window when the hangup button is pressed. Maybe you, like us, added `window.close()` to the `onLoad()` function at close.js: https://github.com/jitsi/jitsi-meet/blob/85d13ddfdfb1a2074fb45395c7743a49b5e9fa53/static/close.js#L43 I agree that...

I'll just leave this here, this works in my case in version 6.5.2 with **mailto:** before email `[this is an email link](mailto:[email protected]?subject=The%20subject%20of%20the%20email&body=send%20current-issue%0D%0Asend%20index)`

Same issue with 4.50.1 JSON: `{"channel":"@testuser","text":"Example message","attachments":[{"title":"message","text":"Здесь текст письма у нас","collapsed":true}]}'` Desktop/Web - is OK ![image](https://github.com/user-attachments/assets/af186e9b-5b4a-474d-aefc-7b3b10c14aa1) Mobile App - is not OK,cannot be uncollapsed ![image](https://github.com/user-attachments/assets/700309e2-cb58-4e38-a880-38c5bcc1cda5) But if we remove the...