uedvt359
uedvt359
Thanks for this informal review, I started addressing it already. I have opened draft PR #12465 for further review. > This would definitely be a useful addition to Twisted; but...
Our company recently switched to Matrix, and has disabled encrypted rooms. So I cannot use Cinny to communicate with people at all. Trying to message a user I haven't messaged...
I don't have the ability to test, but the following should do the trick (starting from commit 3cd3d33d00c8582ecb3d5f65fa747b69a833c94e): ```diff --- src/api/admin.rs 2025-10-30 12:45:32.954660060 +0100 +++ src/api/admin.rs 2025-10-30 12:46:28.504898932 +0100 @@...
@PetitGens: you linked to #[get("/users/overview")], which is the html table. this code is missing from #[get("/users")], which is the json representation of the same data. it seems, https://github.com/dani-garcia/vaultwarden/pull/6491 has been...