David Schilling
David Schilling
@mmodler that sounds good
I updated to 1.2.9 but this is still not working: ``` public function getGroupsWhereUserCan($permission, ?array $groupIds = null): array { include_once dirname(__DIR__, 3) . '/churchdb/churchdb_db.php'; return \getMyGroupIdsWhereIAmAllowed($permission, null, $groupIds); }...
I had today the same issue with an other Class: GroupService I think i now know the reason for this issue. Most of our dependencies can be resolved automatically by...
I had again a similar case but a little different. I have a class `SignUpService` with a function `signUpMultipleForms`. This function has a annotation which is handled by this framework...
@theCalcaholic I am also fine with the client side solution. I created this pr for the client side solution: https://github.com/matrix-org/matrix-react-sdk/pull/5652
@jryans i just tested it on https://app.element.io/ and i also see it there. i don't have an encrypted room: And that is not the only e2e encryption thing showing up....
> Yes, anyone can create encrypted rooms. What's an "encrypted store"? Whatever it is, I don't think it's needed to make an encrypted room... The `cryptoStore` seems to be necessary...