summary refs log tree commit diff
path: root/synapse/server.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-28Only import sqlite3 when type checkingDavid Vo2-2/+6
Fixes: #7127 Signed-off-by: David Vo <david@vovo.id.au>
2020-05-28Fix another instanceAndrew Morgan1-5/+7
2020-05-28Only setdefault for signatures if device has key_jsonAndrew Morgan1-5/+7
2020-05-28Fix starting workers when federation sending not split out.Erik Johnston1-0/+12
2020-05-28matrix.org was fineRichard van der Hoff1-0/+2
2020-05-28Update CHANGES.mdNeil Johnson1-1/+1
2020-05-28changelog typosRichard van der Hoff1-3/+3
2020-05-281.12.0 changelogRichard van der Hoff1-1/+53
2020-05-14Update buildkite to match mainlineAndrew Morgan1-70/+256
2020-05-14Add docker-compose files required by pipelineAndrew Morgan6-0/+127
2020-05-14Bump mypy buildkite pipeline test to python3.7 to match mainlineAndrew Morgan1-1/+1
2020-05-14