Skip to content

Commit

Permalink
added missing publish status method
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Aug 24, 2017
1 parent 1fb1c4c commit 5a7727d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vumi/middleware/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ def handle_failure(self, failure, connector_name):
"""
return failure

def handle_publish_status(self, status, connector_name):
"""Called when a status is published.
"""
return status


class TransportMiddleware(BaseMiddleware):
"""Message processor middleware for Transports.
Expand Down

0 comments on commit 5a7727d

Please sign in to comment.