mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Unread fix + regen QR code changes + Browser message decoding
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user