summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlfbrock <lf.brock@spinpunch.com>2015-12-09 13:02:42 -0500
committerlfbrock <lf.brock@spinpunch.com>2015-12-09 13:02:42 -0500
commit88d1543088057931de829721b7397251bb5aa773 (patch)
tree57cbf63cf9add7e380dd942d6b1d7b756f5437dd /CHANGELOG.md
parent25ee77be8c41f96be4de3a674d59b33d672b5637 (diff)
downloadchat-88d1543088057931de829721b7397251bb5aa773.tar.gz
chat-88d1543088057931de829721b7397251bb5aa773.tar.bz2
chat-88d1543088057931de829721b7397251bb5aa773.zip
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25d188397..1751f24d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,8 +70,8 @@ Multiple settings were added to [`config.json`](./config/config.json). These opt
- Removed: `"ApplePushServer": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
- Removed: `"ApplePushCertPublic": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
- Removed: `"ApplePushCertPrivate": ""` which is replaced with `SendPushNotifications` and `PushNotificationServer`
- - Added: `"SendPushNotifications": true` to control whether mobile push notifications are sent to the server specified in `PushNotificationServer`
- - Added: `"PushNotificationServer": "https://push.mattermost.com"` to specify the address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services)
+ - Added: `"SendPushNotifications": false` to control whether mobile push notifications are sent to the server specified in `PushNotificationServer`
+ - Added: `"PushNotificationServer": ""` to specify the address of the proxy server that re-sends push notifications to their respective services like APNS (Apple Push Notification Services)
#### Known Issues