Page MenuHomePhabricator

Modernize Conpherence access to user preferences
ClosedPublic

Authored by epriestley on Jun 3 2016, 2:41 PM.
Tags
None
Referenced Files
F19903201: D16025.diff
Mon, Mar 30, 10:58 PM
F19819659: D16025.id38556.diff
Mar 6 2026, 8:04 AM
F19819656: D16025.id38556.diff
Mar 6 2026, 8:03 AM
F19812609: D16025.diff
Mar 4 2026, 5:39 AM
F19706282: D16025.id38556.diff
Feb 11 2026, 9:22 AM
F19666392: D16025.diff
Feb 7 2026, 2:57 PM
F19614869: D16025.id38556.diff
Feb 3 2026, 10:53 PM
F19580208: D16025.id38556.diff
Feb 1 2026, 5:13 PM
Subscribers
None

Details

Summary

Ref T4103. Conpherence is doing some weird stuff and has its own redudnant settings object.

  • Get rid of ConpherenceSettings.
  • Use getUserSetting() instead of loadPreferences().
  • When applying transactions, add a new mechanism to efficiently prefill caches (this will still work anyway, but it's slower if we don't bulk-fetch).
Test Plan
  • Changed global Conpherence setting.
  • Created a new Conpherence, saw setting set to global default.
  • Changed local room setting.
  • Submitted messages.
  • Saw cache prefill for all particpiants in database.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Modernize Conpherence access to user preferences.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jun 3 2016, 6:56 PM
This revision was automatically updated to reflect the committed changes.