diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-03-19 12:07:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-19 12:07:01 +0000 |
commit | ad5849d2224245e1277b8bc7d3e2104ed6061a99 (patch) | |
tree | 8551c3d1096a650ecca0cba0e5edf6ad91d078e0 /go.mod | |
parent | bfbf96eec9152f61cb3e54154f1ed82148d82a8a (diff) |
HeaderedEvents in sync API (#922)
* Use HeaderedEvent in syncapi
* Update notifier test
* Fix persisting headered event
* Clean up unused API function
* Fix overshadowed err from linter
* Write headered JSON to invites table too
* Rename event_json to headered_event_json in syncapi database schemae
* Fix invites_table queries
* Update QueryRoomVersionCapabilitiesResponse comment
* Fix syncapi SQLite
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ require ( github.com/matrix-org/go-http-js-libp2p v0.0.0-20200318135427-31631a9ef51f github.com/matrix-org/go-sqlite3-js v0.0.0-20200304164012-aa524245b658 github.com/matrix-org/gomatrix v0.0.0-20190528120928-7df988a63f26 - github.com/matrix-org/gomatrixserverlib v0.0.0-20200317140257-ddc7feaaf2fd + github.com/matrix-org/gomatrixserverlib v0.0.0-20200318180716-bc4ff56961e2 github.com/matrix-org/naffka v0.0.0-20200127221512-0716baaabaf1 github.com/matrix-org/util v0.0.0-20190711121626-527ce5ddefc7 github.com/mattn/go-sqlite3 v2.0.2+incompatible |