Consistent option was removed from controller
This commit is contained in:
parent
99ad0f79d9
commit
3303f9a939
@ -58,7 +58,7 @@ class Tracker(Extension):
|
||||
for region in Region:
|
||||
alerts = await self._history_manager.update_data(flavor, Region(region))
|
||||
for alert in alerts:
|
||||
users = await self._alerts.get_users(alert, consistent=True)
|
||||
users = await self._alerts.get_users(alert)
|
||||
for user in users:
|
||||
if user not in users_alerts:
|
||||
users_alerts[user] = [alert]
|
||||
|
Loading…
Reference in New Issue
Block a user