@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

React to Aphlict disconnects in the UI

Summary: Ref T5365. Surface disconnects in the UI.

Test Plan:
- Connected, then killed the server.
- Saw disconnected event and appropriate update in the UI.

{F169605}

Reviewers: joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Maniphest Tasks: T5365

Differential Revision: https://secure.phabricator.com/D9706

+3 -1
+2
src/applications/notification/view/PhabricatorNotificationStatusView.php
··· 23 23 'error.flash.xdomain' => pht( 24 24 'Unable to connect to Flash Policy Server. Check that the '. 25 25 'notification server is running and port 843 is not firewalled.'), 26 + 'error.flash.disconnected' => pht( 27 + 'Disconnected from notification server.'), 26 28 ), 27 29 )); 28 30
+1 -1
support/aphlict/client/src/AphlictMaster.as
··· 145 145 } 146 146 147 147 private function didCloseSocket(event:Event):void { 148 - this.externalInvoke('close'); 148 + this.setStatusOnClients('error', 'error.flash.disconnected'); 149 149 } 150 150 151 151 private function didIOErrorSocket(event:IOErrorEvent):void {
webroot/rsrc/swf/aphlict.swf

This is a binary file and will not be displayed.