Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2878697
D25408.1737024441.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
996 B
Referenced Files
None
Subscribers
None
D25408.1737024441.diff
View Options
diff --git a/src/applications/conpherence/controller/ConpherenceUpdateController.php b/src/applications/conpherence/controller/ConpherenceUpdateController.php
--- a/src/applications/conpherence/controller/ConpherenceUpdateController.php
+++ b/src/applications/conpherence/controller/ConpherenceUpdateController.php
@@ -328,7 +328,7 @@
->executeOne();
$non_update = false;
- $participant = $conpherence->getParticipant($user->getPHID());
+ $participant = $conpherence->getParticipantIfExists($user->getPHID());
if ($need_transactions && $conpherence->getTransactions()) {
$data = ConpherenceTransactionRenderer::renderTransactions(
@@ -336,7 +336,7 @@
$conpherence);
$key = PhabricatorConpherenceColumnMinimizeSetting::SETTINGKEY;
$minimized = $user->getUserSetting($key);
- if (!$minimized) {
+ if (!$minimized && $participant) {
$participant->markUpToDate($conpherence);
}
} else if ($need_transactions) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 16, 10:47 (2 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1118373
Default Alt Text
D25408.1737024441.diff (996 B)
Attached To
Mode
D25408: Fix Exception in Chat room when you are not a Participant
Attached
Detach File
Event Timeline
Log In to Comment