dendrite/internal
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
..
caching
config Remove publicroomsapi (#1176) 2020-07-02 17:11:33 +01:00
eventutil Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
httputil
setup Implement ExtraPublicRoomsProvider for p2p demos (#1180) 2020-07-03 12:59:00 +01:00
sqlutil
test Remove publicroomsapi (#1176) 2020-07-02 17:11:33 +01:00
transactions
consumers.go
log.go