Michael Telatynski
Michael Telatynski
@Powsu > official flatpak The flatpak isn't official.  https://github.com/flathub/im.riot.Riot/ > This is a community-maintained [Flatpak](https://flatpak.org/) distribution of [Element Desktop](https://github.com/vector-im/element-desktop/), [formerly](https://element.io/previously-riot) called Riot. > Downgrading by five commits, masking updates...
Arguably though it matches the spec: https://spec.matrix.org/v1.9/client-server-api/#receiving-notifications > Servers MUST include the number of unread notifications in a client’s /sync stream, and MUST update it as it changes. Notifications are...
@darkguy2008 +1 to > could you release the fix?
Just checked the code, seconds
Looks good, I will test this over the next few days. Thanks for sanitizing the indentation, at the time of writing Sublime Text was setup very very strangely and indentation...
once merged I will apply similar logic to the rewrite available in the development branch (which is somewhat faulty atm)
I understand what you mean, essentially similar to my own use except for domains which mix both admins and users. I will have a think about the best course of...
I'm thinking of adding a way of adding SQL commands to the config under the _sql_xx_xxxx_\* so that instead of an array you'll be able to define a string which...
To be fair, it is possible to use SQL to populate the config already, since it is just a PHP file you can reference `rcube::get_instance()->db` to use Roundcube's SQL Connection....
Please note that this will be pretty much an entire re-write so your config will need be scrapped and re-written from scratch anyway.