Juraj Matuš
Juraj Matuš
Issue #286
Typeorm library cannot function well with minified class names and reports weird errors: https://github.com/typeorm/typeorm/issues/2104 All solutions point to turning the minification off (optimally for specified files only). Would that be...
**Describe the bug** When I try to JSON.stringify classes from `WASignalGroup/GroupProtocol`, I get this error: ``` TypeError: this.constructor.toObject is not a function at Object.toJSON at JSON.stringify ... ``` **Cause** https://github.com/adiwajshing/Baileys/blob/master/WASignalGroup/GroupProtocol.js#L256...
**Describe the bug** Sometimes the message fails to be decrypted and is then represented as an empty stub **Related issues** * #1590 * #1721 **To Reproduce** Steps to reproduce the...