Page MenuHomePhabricator

Conpherence - fix bad query from D12222
ClosedPublic

Authored by btrahan on Mar 31 2015, 8:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 6, 2:48 AM
Unknown Object (File)
Fri, Jan 3, 12:13 AM
Unknown Object (File)
Dec 12 2024, 7:12 AM
Unknown Object (File)
Dec 8 2024, 7:46 PM
Unknown Object (File)
Nov 29 2024, 3:31 PM
Unknown Object (File)
Nov 29 2024, 10:45 AM
Unknown Object (File)
Nov 26 2024, 12:25 AM
Unknown Object (File)
Nov 23 2024, 11:05 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.