diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-09 18:07:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 18:07:17 +0000 |
commit | bad81c028f090af0e1005076829db67d1a749a14 (patch) | |
tree | 0e0be1720fec64c831fa4b86b09f9b11071106b2 /go.mod | |
parent | 851c02659a5c15896aa8d292e38e82c2169fa80a (diff) |
Don't recalculate event ID so often in sync (#1624)
* Don't bail so quickly in fetchMissingStateEvents
* Don't recalculate event IDs so often in sync API
* Add comments
* Fix comments
* Update to matrix-org/gomatrixserverlib@eb6a890
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ require ( github.com/matrix-org/go-http-js-libp2p v0.0.0-20200518170932-783164aeeda4 github.com/matrix-org/go-sqlite3-js v0.0.0-20200522092705-bc8506ccbcf3 github.com/matrix-org/gomatrix v0.0.0-20200827122206-7dd5e2a05bcd - github.com/matrix-org/gomatrixserverlib v0.0.0-20201207162041-232bace0cdd4 + github.com/matrix-org/gomatrixserverlib v0.0.0-20201209172200-eb6a8903f9fb github.com/matrix-org/naffka v0.0.0-20200901083833-bcdd62999a91 github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 github.com/mattn/go-sqlite3 v1.14.2 |