Sven

Results 23 comments of Sven

got it to work on scaleway c2s but should work on every X86 64bit machine. apparently scylla-kernel-conf fails due to the scaleway's own kernel. Some settings can't be set. However,...

also, your client is ready to use when read event is triggered: ``` client.on('ready', () => { console.log('Client ready'); }); ```

as far as I am concerned, there is no event for "chat messages loaded" for a specific chat / all chats. What is your usecase? In theory you probably can...

I think there are some issues regarding this: 1. Old messages are not synced into whatsapp web / other whatsapp apps if the instances were just created. For example, I...

Interesting, for me there is no syncing. It plainly states "use your phone to see old messages". Is this a setting in whatsapp?

> same here, any update? The latest release should include the fix.

seems to be a duplicate of this issue: https://github.com/pedroslopez/whatsapp-web.js/issues/1413 Is your client in ready state (ready event triggered) ? A guess could be, that the client is not fully ready...

We do what we always do as developers, we debug :) Is your instance in ready mode when you run this? How does your code look like?

Hey Stan, I ran into the same error, solution is to use `use Silvanite\NovaToolPermissions\Role;` instead of `use Silvanite\Brandenburg\Role;` in nova/User.php Your automatic Import probably used the second one instead of...

I restarted and it also solved by itself somehow. We use the mongodb connector to handle sessions.