mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Thread 3PU lookup through as far as the AS API object; which currently noöps it
This commit is contained in:
parent
e3e3fbc23a
commit
fa87c981e1
3 changed files with 33 additions and 2 deletions
|
@ -71,6 +71,9 @@ class ApplicationServiceApi(SimpleHttpClient):
|
|||
logger.warning("query_alias to %s threw exception %s", uri, ex)
|
||||
defer.returnValue(False)
|
||||
|
||||
def query_3pu(self, service, protocol, fields):
|
||||
return False
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def push_bulk(self, service, events, txn_id=None):
|
||||
events = self._serialize(events)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue