Till
Till
Can you update to latest `main`? The appservice component was refactored in Dendrite 0.9.6 and another fix was pushed to `main` later.
@neilalexander Can you shed some light on this? Related to https://github.com/matrix-org/gomatrixserverlib/pull/296 I think?
Wondering if this is a proxy issue. Running ``` curl 'https://$ServerName/_matrix/client/r0/directory/room/%23matrix:matrix.org' ``` works fine and is correctly logged in my proxy (Traefik), while `#matrix:matrix.org` is simply logged as `GET /_matrix/client/r0/directory/room/...
@puckipedia could you try 0.8.9? https://github.com/matrix-org/dendrite/pull/2548 should fix some backfilling issues with `/messages` in combination with `/context` which caused strange behavior (in Element Web at least).
I like the idea. How does the binary size look like with cobra? Right now: ``` -rwxr-xr-x 1 41352928 Aug 12 21:15 bin/dendrite-monolith-server -rwxr-xr-x 1 41064704 Aug 12 21:15 bin/dendrite-polylith-multi...
@tombh How did you create the account using `create-account`? Also, I think the problems you mentioned are unrelated to this issue, do you mind creating a new issue for this?...
This seems to be passing since #2526
The problem I'm seeing is that the [endpoint](https://spec.matrix.org/v1.3/client-server-api/#get_matrixmediav3downloadservernamemediaid) doesn't require authentication, so we don't have a `device` we can check for admin/exempt users.
> As far as storing remote profiles goes, what mechanism would we have for invalidating our local copy of the profile? I don't think we get notified about remote profile...
Closing this, as it's more likely we're going to use `user_id` instead of an extra column. (Which is also more consistent with other tables)