| Commit message (Collapse) | Author | Files | Lines |
|
It appears as though Python only checks to see if the key exists in a dictionary, not necessarily for a useful value. This means that when clients submit (valid) requests with `m.relates_to: null` and Synapse later reads it, it gets a None reference error on access.
This is the easier route than guarding all the places where it could be None.
|
|
|
|
|
|
This reverts commit c31e375ade1b59a7fe38628337e9e1aa3de91feb.
|
|
|
|
requests 2.22.0 as been released supporting urllib3 1.25.2
Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
|
|
|
|
* expose SlavedProfileStore to ClientReaderSlavedStore
|
|
Add missing backslash
|