Set correct appName for iOS push

This commit is contained in:
Rodrigo Nascimento 2017-11-21 12:19:54 -02:00
parent 3e74cd64af
commit 9d50ee7dcf
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ const RocketChat = {
const data = {
id: `RocketChatRN${ id }`,
token: { [key]: token },
appName: 'main',
appName: 'chat.rocket.reactnative', // TODO: try to get from config file
userId: id,
metadata: {}
};