Rob van der Leek

Results 37 comments of Rob van der Leek

Hi @bagermen You are right, it broke for the "new" projects, thanks for the detailed issue! So far, I'm able to query "classic" and "new" projects IDs: ```graphql query ($owner:...

Hi @bagermen Thanks for that link! It contains the GraphQL call I needed for ProjectV2 support: `addProjectV2ItemById` I've added support for all project types (classic & new) to the staging...

This issue (should be) fixed in [the latest release (0.31.7)](https://github.com/robvanderleek/mudslide/releases/tag/0.31.7). Thanks for your contributions in the comments. For now you can use Mudslide again, but please remember: > [!WARNING] >...

Hi @chhajervikram Thanks for your feature request. As far as I can tell, the underlying library that Mudslide uses (Baileys) only offers an API function to [create a group](https://baileys.wiki/docs/socket/group-management), but...

Hi @sarkiapone The Baileys library (that Mudslide is based upon) does have [support for broadcast lists](https://github.com/WhiskeySockets/Baileys?tab=readme-ov-file#broadcast-lists--stories), but the documentation seems to be missing a couple of key items. Most importantly:...

This program has explicit wait times to make sure messages are properly delivered and to not flood the WA API. If you want to send messages faster, you can use...

Hi @SureshVeeraRaghavan Are you running a container built with the [`Dockerfile`](https://github.com/robvanderleek/mudslide/blob/main/Dockerfile) in this repository, or a different docker configuration? I suspect the error is caused by a missing pseudo-TTY that...