add action history even when empty (#1939)
This commit is contained in:
@@ -229,6 +229,7 @@ async def personalize_action(
|
||||
ActionType.COMPLETE,
|
||||
ActionType.WAIT,
|
||||
ActionType.SOLVE_CAPTCHA,
|
||||
ActionType.NULL_ACTION,
|
||||
]:
|
||||
return [action]
|
||||
elif action.action_type == ActionType.TERMINATE:
|
||||
|
||||
Reference in New Issue
Block a user