Unread fix + regen QR code changes + Browser message decoding

This commit is contained in:
Adhiraj
2020-07-10 12:27:18 +05:30
parent 08919e51bb
commit 2dad372e75
12 changed files with 150 additions and 3239 deletions

View File

@@ -1,6 +1,11 @@
import { WA } from '../Binary/Constants'
import { proto } from '../../WAMessage/WAMessage'
export const Browsers: Record<string, (string) => [string, string, string]> = {
ubuntu: browser => ['Ubuntu', browser, '18.04'],
macOS: browser => ['Mac OS', browser, '10.15.3'],
baileys: browser => ['Baileys', browser, '2.0']
}
export enum MessageLogLevel {
none=0,
unhandled=1,