mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Move ThirdPartyEntityKind into api.constants so the expectation becomes that the value is significant
This commit is contained in:
parent
e7af8be5ae
commit
1294d4a329
4 changed files with 7 additions and 9 deletions
|
@ -14,11 +14,11 @@
|
|||
# limitations under the License.
|
||||
from twisted.internet import defer
|
||||
|
||||
from synapse.api.constants import ThirdPartyEntityKind
|
||||
from synapse.api.errors import CodeMessageException
|
||||
from synapse.http.client import SimpleHttpClient
|
||||
from synapse.events.utils import serialize_event
|
||||
from synapse.util.caches.response_cache import ResponseCache
|
||||
from synapse.types import ThirdPartyEntityKind
|
||||
|
||||
import logging
|
||||
import urllib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue