export chatKeyToChatName under StatusIm object
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
28c86e7f41
commit
db4510cbed
|
@ -63,4 +63,7 @@ function chatKeyToChatName(pubKeyStr) {
|
|||
].join(' ')
|
||||
}
|
||||
|
||||
export { chatKeyToChatName }
|
||||
/* Main object */
|
||||
const StatusIm = { chatKeyToChatName }
|
||||
|
||||
export default StatusIm
|
||||
|
|
Loading…
Reference in New Issue