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)
Mon, Dec 16, 5:12 AM
Unknown Object (File)
Tue, Dec 10, 9:02 AM
Unknown Object (File)
Sun, Dec 8, 3:20 PM
Unknown Object (File)
Mon, Nov 25, 2:35 PM
Unknown Object (File)
Nov 12 2024, 11:04 PM
Unknown Object (File)
Nov 9 2024, 3:27 AM
Unknown Object (File)
Nov 2 2024, 7:55 AM
Unknown Object (File)
Oct 8 2024, 8:56 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
Branch
quick6
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5025
Build 5043: [Placeholder Plan] Wait for 30 Seconds

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.