Page MenuHomePhabricator

Conpherence - fix bad query from D12222
ClosedPublic

Authored by btrahan on Mar 31 2015, 8:01 PM.
Tags
None
Referenced Files
F15407824: D12223.id29369.diff
Tue, Mar 18, 7:52 PM
F15387990: D12223.id29370.diff
Sat, Mar 15, 3:10 AM
F15381054: D12223.diff
Fri, Mar 14, 5:39 AM
F15370005: D12223.diff
Wed, Mar 12, 9:00 AM
Unknown Object (File)
Feb 8 2025, 3:19 AM
Unknown Object (File)
Feb 8 2025, 3:19 AM
Unknown Object (File)
Feb 8 2025, 3:19 AM
Unknown Object (File)
Feb 8 2025, 3:19 AM
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.