chore: more logging

This commit is contained in:
Adhiraj Singh
2022-06-15 13:55:23 +05:30
parent 227cab2f95
commit 7b900c174d
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import { areJidsSameUser, BinaryNode, isJidBroadcast, isJidGroup, isJidStatusBro
import { unpadRandomMax16 } from './generics'
import { decryptGroupSignalProto, decryptSignalProto, processSenderKeyMessage } from './signal'
const NO_MESSAGE_FOUND_ERROR_TEXT = 'No message found'
const NO_MESSAGE_FOUND_ERROR_TEXT = 'Message absent from node'
type MessageType = 'chat' | 'peer_broadcast' | 'other_broadcast' | 'group' | 'direct_peer_status' | 'other_status'