Tulir Asokan
Tulir Asokan
I've made an asyncio fork: https://github.com/tulir/fbchat-asyncio
1. It's not needed, `asyncio` is moving away from passing the loop parameter everywhere. In fact, you'll find many methods (including `sleep`) have a notice like this: > *Deprecated since...
My fork has some issues with the mqtt connection (it stops receiving updates after a few days), so I decided to rebase it to the latest upstream version (i.e. take...
tl;dr: Encode IPFS file information in the file ID part of MXC URIs so that media repos supporting IPFS could fetch it from there and other media repos would automatically...
> creating numbers Are you using virtual/voip numbers? I doubt whatsapp likes those
Currently not possible, but files are also limited to 100mb so there's no problem just reading the whole file to memory.
Are you doing something silly like using a new database with an old whatsmeow version?
That XML parsing feels really hacky since `XMLString` is only meant for debugging. Would be nice to have custom unmarshaling directly from `*waBinary.Node` to arbitrary structs, but that's probably a...
The default store supports Postgres and it works fine, so I probably don't want any extra bloat by default. You can already implement custom stores by doing the same things...
You only get them from history sync and when receiving a message. There's no way to query push names that you haven't received either via history sync or a new...