Tii
Tii
Yes, I removed the platform folder, cloned the repo from scratch (just to get rid of all the non-versioned files), and it still worked! 👍🏻 I have none of the...
Oh and thank you a lot! :)
@miuiv5ztl there is nothing to solve. You can't send web_app buttons in groups or channels. Only private chats according to the api documentation. Closing this issue, since there was no...
It should be getSenderChat(). The snake case field names get converted to PascalCase. Could you adjust it accordingly, please?
What does the output of your composer command say?
I found a workaround by doing this in every component I need routes: ```ts import {route as ziggyRoute} from "ziggy-js"; const route = inject("route")!; ```
Stumbled upon this bug today. Didn't find a fix. It still seems to be broken.
> It means if you lost connection with db for some time, you got error log cycling. Do you connect to a database yourself? Since Laravel handles database connections quite...
I stumbled upon this issue now, since I have a few mail aliases to forward externally. I'm somehow surprised that mailcow is not able to do SRS. :/ I think...
@PAStheLoD Do you have an example docker-compose.yml and maybe configuration files for SRS Milter so I have something to begin with?