Move subscription updates to the register function.
Summary: Currently, the `AphlictClient` will only send its subscriptions to the `AphlictMaster` once. If the original `AphlictMaster` is closed and a new master is created, then client subscriptions will be lost. Test Plan: Opened two separate tabs. Closed the "master" tab and noticed that the subscriptions were re-sent to the server. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9487
This commit is contained in:
committed by
epriestley
parent
4bc561f17b
commit
aa534c69f0
@@ -477,7 +477,7 @@ return array(
|
||||
'rsrc/js/phuix/PHUIXActionListView.js' => 'b5c256b8',
|
||||
'rsrc/js/phuix/PHUIXActionView.js' => '6e8cefa4',
|
||||
'rsrc/js/phuix/PHUIXDropdownMenu.js' => 'bd4c8dca',
|
||||
'rsrc/swf/aphlict.swf' => 'd9bca85d',
|
||||
'rsrc/swf/aphlict.swf' => '2dea6ddc',
|
||||
),
|
||||
'symbols' =>
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user