Page MenuHomePhabricator

Conpherence - fix bad query from D12222
ClosedPublic

Authored by btrahan on Mar 31 2015, 8:01 PM.
Tags
None
Referenced Files
F13126768: D12223.diff
Tue, Apr 30, 5:12 PM
Unknown Object (File)
Mon, Apr 29, 1:37 PM
Unknown Object (File)
Wed, Apr 24, 9:50 PM
Unknown Object (File)
Sun, Apr 21, 3:42 PM
Unknown Object (File)
Wed, Apr 17, 2:32 PM
Unknown Object (File)
Tue, Apr 16, 12:44 PM
Unknown Object (File)
Tue, Apr 16, 12:44 PM
Unknown Object (File)
Tue, Apr 16, 12:39 PM
Subscribers

Details

Reviewers
epriestley
chad
Commits
Restricted Diffusion Commit
rP3cb5cac018b2: Conpherence - fix bad query from D12222
Summary

D12222 did an evil thing. This correctly scopes this to just the threads you are participating in and not all threads which then get filtered from policy later, super slowly...

Test Plan

still 'works' and probably wont kill prod

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Conpherence - fix bad query from D12222.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added reviewers: epriestley, chad.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Mar 31 2015, 8:01 PM

We could maybe just put this in ConpherenceThreadQuery, e.g. always have a "viewer is participant or type is room" clause in the WHERE.

This revision was automatically updated to reflect the committed changes.

ACK - will do that in a diff coming soon.