mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23: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 |
||
|---|---|---|
| .. | ||
| context.go | ||
| context_test.go | ||
| filter.go | ||
| getevent.go | ||
| memberships.go | ||
| messages.go | ||
| relations.go | ||
| routing.go | ||
| search.go | ||