Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-29 | Filter out appservices from mau count (#8404) | Will Hunt | 3 | -2/+25 | |
This is an attempt to fix #8403. | |||||
2020-09-29 | Only assert valid next_link params when provided (#8417) | Andrew Morgan | 3 | -6/+16 | |
Broken in https://github.com/matrix-org/synapse/pull/8275 and has yet to be put in a release. Fixes https://github.com/matrix-org/synapse/issues/8418. `next_link` is an optional parameter. However, we were checking whether the `next_l |