From 88d1543088057931de829721b7397251bb5aa773 Mon Sep 17 00:00:00 2001 From: lfbrock Date: Wed, 9 Dec 2015 13:02:42 -0500 Subject: Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3-1-g7c22 From 8c06096fa517dc82c387bd9eb6640f68589a5a9a Mon Sep 17 00:00:00 2001 From: lfbrock Date: Wed, 9 Dec 2015 13:09:27 -0500 Subject: Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 1751f24d6..a9dad1798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ Multiple settings were added to [`config.json`](./config/config.json). These opt - No scroll bar in center channel - Pasting images into text box fails to upload on Firefox, Safari, and IE11 - Slack import @mentions break +- Usernames containing a "." do not get mention notifications #### Contributors -- cgit v1.2.3-1-g7c22