summary refs log tree commit diff
path: root/synapse/util/stringutils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-26Remove assertion and provide a clear warning on startup for missing ↵Andrew Morgan4-0/+11
public_baseurl (#6379)
2019-11-26Fix startup error when http proxy is defined. (#6421)Richard van der Hoff3-4/+5
Guess I only tested this on python 2 :/ Fixes #6419.