From fb29d7cb43a74e13a0d3887cd374ab43a3ce5109 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 15 Jan 2022 12:28:14 +0200 Subject: [PATCH] bbb --- files/assets/js/pusher.js | 4 +--- files/templates/home.html | 5 ++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/files/assets/js/pusher.js b/files/assets/js/pusher.js index f2ff77c38..40dce5015 100644 --- a/files/assets/js/pusher.js +++ b/files/assets/js/pusher.js @@ -2611,6 +2611,4 @@ beamsClient.start() .then((beamsClient) => beamsClient.getDeviceId()) .then(() => beamsClient.addDeviceInterest(strid)) .then(() => beamsClient.getDeviceInterests()) -.catch(console.error); - -Android.Subscribe(`${strid}`); \ No newline at end of file +.catch(console.error); \ No newline at end of file diff --git a/files/templates/home.html b/files/templates/home.html index 1e4d02267..d7e141aa4 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -167,7 +167,10 @@ {% if v %}
{{request.host}}{{v.id}}
{{PUSHER_ID}}
- + + {% endif %} {% endblock %} \ No newline at end of file