Boris Shiryov
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.  **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  Mobile App - is not OK,cannot be uncollapsed  But if we remove the...