diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-08-29 07:23:46 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2022-08-29 07:23:46 +0200 |
commit | aba171d9bcfcfa31e8f1b16e2d91b256d0cfa07c (patch) | |
tree | f06de91140a3e881c16972af3de67045037d4a36 /go.mod | |
parent | a3eb4e5e9806745f3e6fd36f43bfa07333650cb4 (diff) |
Default to limit of 20 state events
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ require ( github.com/matrix-org/dugong v0.0.0-20210921133753-66e6b1c67e2e github.com/matrix-org/go-sqlite3-js v0.0.0-20220419092513-28aa791a1c91 github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16 - github.com/matrix-org/gomatrixserverlib v0.0.0-20220828085018-5f66df08dc66 + github.com/matrix-org/gomatrixserverlib v0.0.0-20220829052120-b3746121e530 github.com/matrix-org/pinecone v0.0.0-20220803093810-b7a830c08fb9 github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 github.com/mattn/go-sqlite3 v1.14.13 |