dendrite/roomserver/storage/postgres
Kegsay 99ea1f9b48
Emit redacted_event from the roomserver when redactions are validated (#1186)
* Emit redacted_event from the roomserver when redactions are validated

- Consume them in the currentstateserver and act accordingly.
- Add integration test for the roomserver to check that injecting
  `m.room.redaction` events result in `redacted_event` being emitted.

* Linting

* Ignore events that redact themselves
2020-07-07 12:51:55 +01:00
..
event_json_table.go Implement core redaction logic (#1185) 2020-07-06 17:49:15 +01:00
event_state_keys_table.go
event_types_table.go
events_table.go
invite_table.go
membership_table.go
previous_events_table.go
published_table.go Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver (#1174) 2020-07-02 15:41:18 +01:00
redactions_table.go Emit redacted_event from the roomserver when redactions are validated (#1186) 2020-07-07 12:51:55 +01:00
room_aliases_table.go
rooms_table.go
state_block_table.go
state_block_table_test.go
state_snapshot_table.go
storage.go Implement core redaction logic (#1185) 2020-07-06 17:49:15 +01:00
transactions_table.go