Thread 3PU lookup through as far as the AS API object; which currently noöps it

This commit is contained in:
Paul "LeoNerd" Evans 2016-08-17 13:15:06 +01:00
parent e3e3fbc23a
commit fa87c981e1
3 changed files with 33 additions and 2 deletions

View file

@ -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)