diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2016-08-18 17:19:55 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2016-08-18 17:19:55 +0100 |
commit | b515f844ee07c7d6aa1d7e56faa8b65d282e9341 (patch) | |
tree | 7d154e0c825e687fe19eed42998182aa07847d1b /synapse/rest | |
parent | Minor syntax neatenings (diff) | |
download | synapse-b515f844ee07c7d6aa1d7e56faa8b65d282e9341.tar.xz |
Avoid so much copypasta between 3PU and 3PL query by unifying around a ThirdPartyEntityKind enumeration
Diffstat (limited to 'synapse/rest')
-rw-r--r-- | synapse/rest/client/v2_alpha/thirdparty.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/synapse/rest/client/v2_alpha/thirdparty.py b/synapse/rest/client/v2_alpha/thirdparty.py |