diff --git a/data/telegram.org/js/telegram-web-app.js b/data/telegram.org/js/telegram-web-app.js
index 6074846332..e45e1edf27 100644
--- a/data/telegram.org/js/telegram-web-app.js
+++ b/data/telegram.org/js/telegram-web-app.js
@@ -754,7 +754,7 @@
var path_full = a.pathname + a.search;
if (WebApp.isIframe ||
versionAtLeast('1.1')) {
- WebView.postEvent('open_tg_link', false, {path_full: path_full});
+ WebView.postEvent('web_app_open_tg_link', false, {path_full: path_full});
} else {
location.href = 'https://t.me' + path_full;
}
diff --git a/data/webappcontent.telegram.org/cafe.html b/data/webappcontent.telegram.org/cafe.html
index 2f7a6f06b5..88b19c9529 100644
--- a/data/webappcontent.telegram.org/cafe.html
+++ b/data/webappcontent.telegram.org/cafe.html
@@ -9,7 +9,7 @@
-
+
+