dendrite/syncapi/storage
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
..
postgres Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
shared Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
sqlite3 Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
tables Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
interface.go Finish implementing redactions (#1189) 2020-07-08 17:45:39 +01:00
storage.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00
storage_test.go Finish implementing retiring invites (#1166) 2020-06-26 11:07:52 +01:00
storage_wasm.go Rehuffle where things are in the internal package (#1122) 2020-06-12 14:55:57 +01:00