Revert "Merge pull request #3101 from alphagov/retry-broadcasts"

This reverts commit 1bd99c779d, reversing
changes made to d390eb2cac.
This commit is contained in:
Leo Hemsted
2021-02-08 11:02:34 +00:00
parent 49e6ec1ead
commit bee0059e53
8 changed files with 60 additions and 421 deletions

View File

@@ -2412,7 +2412,7 @@ class BroadcastEvent(db.Model):
def get_earlier_provider_messages(self, provider):
"""
Get the previous message for a provider. These are different per provider, as the identifiers are different.
Get the previous message for a provider. These are differentper provider, as the identifiers are different.
Return the full provider_message object rather than just an identifier, since the different providers expect
reference to contain different things - let the cbc_proxy work out what information is relevant.
"""