Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15433024
D16625.id40024.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D16625.id40024.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D16625: Use Notification Status in Conpherence
Attached
Detach File
Event Timeline
Log In to Comment