This commit is contained in:
Son NK 2020-11-17 09:27:45 +01:00
parent 145fc9c67c
commit 6ed6218895
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ def get_alias_log(alias: Alias, page_id=0) -> [AliasLog]:
blocked=email_log.blocked,
bounced=email_log.bounced,
email_log=email_log,
contact=contact
contact=contact,
)
logs.append(al)
logs = sorted(logs, key=lambda l: l.when, reverse=True)