Page MenuHomePhabricator

Fix a race condition with the chat column
ClosedPublic

Authored by epriestley on Mar 28 2015, 10:20 PM.
Tags
None
Referenced Files
F14044933: D12195.id29313.diff
Tue, Nov 12, 11:04 PM
F14030447: D12195.id29313.diff
Sat, Nov 9, 3:27 AM
F14013596: D12195.id29313.diff
Sat, Nov 2, 7:55 AM
Unknown Object (File)
Oct 8 2024, 8:56 PM
Unknown Object (File)
Oct 8 2024, 10:54 AM
Unknown Object (File)
Oct 2 2024, 3:03 PM
Unknown Object (File)
Oct 1 2024, 3:21 PM
Unknown Object (File)
Oct 1 2024, 12:41 PM
Subscribers

Details

Summary

Ref T7062. When we load a thread, we always show the column, even if it has been closed between the time we sent the request and when we're processing the response.

Normally this isn't a big deal, but it can specifically show up on mobile.

(This load also shouldn't be happening at all, but I'll fix that separately.)

Test Plan

Mobile no longer shows the column after it loads.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix a race condition with the chat column.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Mar 28 2015, 10:21 PM
This revision was automatically updated to reflect the committed changes.