Vinicius Arantes
Vinicius Arantes
I couldn't. I dropped the idea of using a setList() and create my own logic by triggering the click event on `add` and `remove` buttons.
So, I'm running more tests here and there are more details I can add here: I have this route ``` $routes->connect('/', ['controller' => 'Pages', 'action' => 'display', 'dashboard']); ``` so...
I've coded that in my app something link that: **add a new field in users table to hold this configuration** ```php // migration file public function change() { $table =...
What is this ticket status? Any updates? I got he same scenario in the Cake4 version of the plugin. In my opinion, we could simplify the process a little bit....
what is the security issue? can you explain here?
It seems to be working now. any change to have this merged?
Same here! Am I missing something? It seems the `config.yaml` file is not being updated with last information. Specailly the `last_read_message_id` field. So everytime docker starts it will run the...
it seems we have a potential fix (and root cause) already in a [PR](https://github.com/tangyoha/telegram_media_downloader/pull/145). this PR was not merged and t seems to address exactly this issue