update
This commit is contained in:
parent
1a472956d4
commit
d64da15b63
@ -22,7 +22,7 @@ class TaHandler:
|
||||
if msg['#type'] in ('track', 'track_update'):
|
||||
msg['properties'].update(data)
|
||||
if 'event_id' in msg['properties']:
|
||||
msg['#event_id'] = msg['properties']['event_id']
|
||||
msg['#event_id'] = msg['properties'].pop('event_id')
|
||||
|
||||
elif msg['#type'] == 'user':
|
||||
msg['#type'] = 'user_' + msg['#event_name']
|
||||
|
Loading…
Reference in New Issue
Block a user