0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-28 13:58:58 +02:00
dendrite/roomserver/internal
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
..
alias.go
api.go
input.go Add PerformInvite and refactor how errors get handled (#1158) 2020-06-24 15:06:14 +01:00
input_authevents.go
input_authevents_test.go
input_events.go Emit redacted_event from the roomserver when redactions are validated (#1186) 2020-07-07 12:51:55 +01:00
input_latest_events.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
input_membership.go
perform_backfill.go Roomserver API changes (#1118) 2020-06-11 19:50:40 +01:00
perform_invite.go Refactor SendMembership - make ban test pass (#1160) 2020-06-24 18:19:54 +01:00
perform_join.go Fix joins to rooms that we know about that have room IDs with our server part (#1178) 2020-07-03 10:25:26 +01:00
perform_leave.go Finish implementing retiring invites (#1166) 2020-06-26 11:07:52 +01:00
perform_publish.go Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver (#1174) 2020-07-02 15:41:18 +01:00
query.go Emit redacted_event from the roomserver when redactions are validated (#1186) 2020-07-07 12:51:55 +01:00
query_test.go