Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14033592
D16650.id40084.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
977 B
Referenced Files
None
Subscribers
None
D16650.id40084.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
@@ -607,8 +607,13 @@
$user,
$conpherence,
!$minimal_display);
- $participant_obj = $conpherence->getParticipant($user->getPHID());
- $participant_obj->markUpToDate($conpherence, $data['latest_transaction']);
+ $key = PhabricatorConpherenceColumnMinimizeSetting::SETTINGKEY;
+ $minimized = $user->getUserSetting($key);
+ if (!$minimized) {
+ $participant_obj = $conpherence->getParticipant($user->getPHID());
+ $participant_obj
+ ->markUpToDate($conpherence, $data['latest_transaction']);
+ }
} else if ($need_transactions) {
$non_update = true;
$data = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 10, 6:29 PM (1 w, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6720392
Default Alt Text
D16650.id40084.diff (977 B)
Attached To
Mode
D16650: Don't mark a thread as seen if durable column is minimized
Attached
Detach File
Event Timeline
Log In to Comment