dendrite/currentstateserver
Kegsay d9648b0615
Finish implementing redactions (#1189)
* Add a bit more logging to the fedsender

* bugfix: continue sending PDUs if ones are added whilst sending another PDU

Without this, the queue goes back to sleep on `<-oq.notifyPDUs` which won't
fire because `pendingPDUs` is already > 0. This should fix a flakey sytest.

* Break if no txn is sent

* WIP syncapi work

* More debugging

* Bump GMSL version to pull in working Event.Redact

* Remove logging

* Make redactions work on v3+

* Fix more tests
2020-07-08 17:45:39 +01:00
..
api Implement local redaction (#1182) 2020-07-03 17:24:51 +01:00
consumers Emit redacted_event from the roomserver when redactions are validated (#1186) 2020-07-07 12:51:55 +01:00
internal Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver (#1174) 2020-07-02 15:41:18 +01:00
inthttp Replace publicroomsapi with a combination of clientapi/roomserver/currentstateserver (#1174) 2020-07-02 15:41:18 +01:00
storage Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
currentstateserver.go Add a new component: currentstateserver (#1171) 2020-06-30 10:37:21 +01:00
currentstateserver_test.go Remove membership table from account DB (#1172) 2020-06-30 13:34:59 +01:00