Translate events in pre-channel subscribe responses.
This commit is contained in:
2
api.py
2
api.py
@@ -137,7 +137,7 @@ def Subscribe(google_user, client, client_address, instance_id, args):
|
||||
# Probably a race with the channel opening
|
||||
return {
|
||||
'result': 'retry',
|
||||
'events': subject.GetEvents(messages, last_id),
|
||||
'events': subject.GetEvents(messages, last_id, args['subject']),
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user