Page MenuHomePhabricator

D16625.id40024.diff
No OneTemporary

D16625.id40024.diff

diff --git a/src/applications/conpherence/controller/ConpherenceViewController.php b/src/applications/conpherence/controller/ConpherenceViewController.php
--- a/src/applications/conpherence/controller/ConpherenceViewController.php
+++ b/src/applications/conpherence/controller/ConpherenceViewController.php
@@ -166,7 +166,7 @@
$this->initBehavior('conpherence-pontificate');
if ($participating) {
$action = ConpherenceUpdateActions::MESSAGE;
- $status = pht('I\'ll find something to put here.');
+ $status = new PhabricatorNotificationStatusView();
} else {
$action = ConpherenceUpdateActions::JOIN_ROOM;
$status = pht('Sending a message will also join the room.');
diff --git a/src/applications/notification/view/PhabricatorNotificationStatusView.php b/src/applications/notification/view/PhabricatorNotificationStatusView.php
--- a/src/applications/notification/view/PhabricatorNotificationStatusView.php
+++ b/src/applications/notification/view/PhabricatorNotificationStatusView.php
@@ -23,4 +23,13 @@
);
}
+ protected function getTagContent() {
+ $have = PhabricatorEnv::getEnvConfig('notification.servers');
+ if ($have) {
+ return pht('Connecting...');
+ } else {
+ return pht('Notification server not enabled');
+ }
+ }
+
}

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 25, 8:57 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7384701
Default Alt Text
D16625.id40024.diff (1 KB)

Event Timeline