Skip to content

Commit dd515d1

Browse files
Undo config changes from beta branch
1 parent 6ba92f8 commit dd515d1

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

public/i18n/de.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"ALREADY_CONNECTED": "Bereits verbunden",
4141
"ALREADY_CONNECTED_DETAILS": "Sie sind bereits in einem anderen Tab oder Fenster mit Threema Web verbunden!",
4242
"VERSION": "Version",
43-
"BACKGROUND_IMAGE": "Hintergrundbild",
44-
"NOTIFICATION_IOS_BETA": "Um Threema Web mit iOS zu nutzen, benötigen Sie die neueste Beta-Version (Build 2354), ältere Versionen werden nicht mehr unterstützt."
43+
"BACKGROUND_IMAGE": "Hintergrundbild"
4544
},
4645
"connecting": {
4746
"CONNECTION_PROBLEMS": "Verbindungsprobleme",

public/i18n/en.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"ALREADY_CONNECTED": "Already connected",
4141
"ALREADY_CONNECTED_DETAILS": "You are already connected to Threema Web in another tab or window!",
4242
"VERSION": "Version",
43-
"BACKGROUND_IMAGE": "Background Image",
44-
"NOTIFICATION_IOS_BETA": "To use Threema Web on iOS, you need the newest build (2354), older builds will not work anymore."
43+
"BACKGROUND_IMAGE": "Background Image"
4544
},
4645
"connecting": {
4746
"CONNECTION_PROBLEMS": "Connection problems",

src/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ export default {
1414
VERSION_MOUNTAIN_IMAGE_COPYRIGHT: 'CC BY Hans Bühler',
1515
VERSION_MOUNTAIN_HEIGHT: 2915,
1616
PREV_PROTOCOL_LAST_VERSION: '1.8.2',
17-
GIT_BRANCH: 'beta',
17+
GIT_BRANCH: 'master',
1818

1919
// SaltyRTC
20-
SALTYRTC_HOST: 'saltyrtc-beta.threema.ch',
20+
SALTYRTC_HOST: null,
2121
SALTYRTC_HOST_PREFIX: 'saltyrtc-',
2222
SALTYRTC_HOST_SUFFIX: '.threema.ch',
2323
SALTYRTC_PORT: 443,
@@ -36,7 +36,7 @@ export default {
3636
}],
3737

3838
// Push
39-
PUSH_URL: 'https://push-web-beta.threema.ch/push',
39+
PUSH_URL: 'https://push-web.threema.ch/push',
4040

4141
// Debugging options
4242
DEBUG: false,

src/partials/welcome.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
<p><strong translate>common.NOTE</strong> <span translate>welcome.SAFARI</span></p>
77
</div>
88

9-
<div class="notification">
10-
<p translate>welcome.NOTIFICATION_IOS_BETA</p>
11-
</div>
12-
139
<p class="instructions" translate>welcome.PLEASE_SCAN</p>
1410
<qrcode version="{{ ctrl.qrCode.version }}"
1511
id="connecting-code"
@@ -32,10 +28,6 @@
3228
</div>
3329

3430
<div ng-if="(ctrl.state === 'new' || ctrl.state === 'connecting') && ctrl.mode === 'unlock'" class="unlock">
35-
<div class="notification">
36-
<p translate>welcome.NOTIFICATION_IOS_BETA</p>
37-
</div>
38-
3931
<h2 class="instructions" translate>welcome.PLEASE_UNLOCK</h2>
4032
<div class="password-entry">
4133
<label>

0 commit comments

Comments
 (0)