export chatKeyToChatName under StatusIm object

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-02-06 12:48:56 +01:00
parent 28c86e7f41
commit db4510cbed
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 4 additions and 1 deletions

View File

@ -63,4 +63,7 @@ function chatKeyToChatName(pubKeyStr) {
].join(' ')
}
export { chatKeyToChatName }
/* Main object */
const StatusIm = { chatKeyToChatName }
export default StatusIm