- Jun 12, 2022
-
-
Richard van der Hoff authored
It's now implied by the room_version property on the event.
-
Richard van der Hoff authored
Instead, use the `room_version` property of the event we're checking. The `room_version` was originally added as a parameter somewhere around #4482, but really it's been redundant since #6875 added a `room_version` field to `EventBase`.
-
Richard van der Hoff authored
Instead, use the `room_version` property of the event we're validating. The `room_version` was originally added as a parameter somewhere around #4482, but really it's been redundant since #6875 added a `room_version` field to `EventBase`.
-
Richard van der Hoff authored
In practice, when we run the auth rules, all of the events have the right room version. Let's stop building Room V1 events for these tests and use the right version.
-
- Jun 07, 2022
-
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
Andrew Morgan authored
-
Andrew Morgan authored
- Jun 06, 2022
-
-
Patrick Cloke authored
* Remove an unused stream ID generator. * Remove the now unused remote profile cache.
-
Erik Johnston authored
Reducing the amount of state we pull from the DB is useful as fetching state is expensive in terms of DB, CPU and memory.
-
Patrick Cloke authored
Avoid breaking a URL preview completely if the chosen image 404s or is unreachable for some other reason (e.g. DNS).
-
Patrick Cloke authored
As opposed to only considering a user to have "participated" if they replied to the thread.
-
Jan Christian Grünhage authored
-
Erik Johnston authored
-
- Jun 03, 2022
-
-
Patrick Cloke authored
-
Patrick Cloke authored
* Skip `og` and `meta` tags where the value is empty. * Fallback to the favicon if there are no other images. * Ignore tags meant for navigation.
-
- Jun 01, 2022
-
-
Erik Johnston authored
-
Michael Telatynski authored
-
Patrick Cloke authored
* Update worker docs to remove group endpoints. * Removes an unused parameter to `ApplicationService`. * Break dependency between media repo and groups. * Avoid copying `m.room.related_groups` state events during room upgrades.
-
Jacek Kuśnierz authored
-
Richard van der Hoff authored
Currently, we try to pull the event corresponding to a sync token from the database. However, when we fetch redaction events, we check the target of that redaction (because we aren't allowed to send redactions to clients without validating them). So, if the sync token points to a redaction of an event that we don't have, we have a problem. It turns out we don't really need that event, and can just work with its ID and metadata, which sidesteps the whole problem.
-
Erik Johnston authored
-
Patrick Cloke authored
The remaining piece is a background update that is needed for backwards compatibility.
-
- May 31, 2022
-
-
Richard van der Hoff authored
* Raise a dedicated `InvalidEventSignatureError` from `_check_sigs_on_pdu` * Downgrade logging about redactions to DEBUG this can be very spammy during a room join, and it's not very useful. * Raise `InvalidEventSignatureError` from `_check_sigs_and_hash` ... and, more importantly, move the logging out to the callers. * changelog
-
Patrick Cloke authored
The replication logic for groups is no longer used, so the message passing infrastructure can be removed.
-
Andrew Morgan authored
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@matrix.org>
-
Sean Quah authored
Signed-off-by:
Sean Quah <seanq@matrix.org>
-
Erik Johnston authored
-
Erik Johnston authored
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Erik Johnston authored
While the query was fast, we were calling it *a lot*.
-
Richard van der Hoff authored
event_edges.room_id is implied by the event id, so there is no need to join on the room id.
-
Erik Johnston authored
-
Patrick Cloke authored
-
Brendan Abolivier authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
Travis Ralston authored
-
Travis Ralston authored
This reverts commit e0fae823.
-