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
Unknown Object (File)
Sat, May 10, 7:52 AM
Unknown Object (File)
Wed, May 7, 5:42 PM
Unknown Object (File)
Apr 26 2025, 4:03 PM
Unknown Object (File)
Apr 24 2025, 7:35 AM
Unknown Object (File)
Apr 19 2025, 3:10 PM
Unknown Object (File)
Apr 16 2025, 7:15 AM
Unknown Object (File)
Apr 14 2025, 8:17 AM
Unknown Object (File)
Apr 10 2025, 8:40 AM
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.