mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
This PR changes the following: - `StoreEvent` now only stores an event (and possibly prev event), instead of also doing redactions - Adds a `MaybeRedactEvent` (pulled out from `StoreEvent`), which should be called after storing events - a few other things |
||
|---|---|---|
| .. | ||
| perform_admin.go | ||
| perform_backfill.go | ||
| perform_forget.go | ||
| perform_inbound_peek.go | ||
| perform_invite.go | ||
| perform_join.go | ||
| perform_leave.go | ||
| perform_peek.go | ||
| perform_publish.go | ||
| perform_unpeek.go | ||
| perform_upgrade.go | ||