Page MenuHomePhabricator

Modernize Conpherence access to user preferences
ClosedPublic

Authored by epriestley on Jun 3 2016, 2:41 PM.
Tags
None
Referenced Files
F15524553: D16025.diff
Mon, Apr 21, 8:48 AM
F15453754: D16025.id38577.diff
Sat, Mar 29, 2:08 PM
F15452039: D16025.id38556.diff
Sat, Mar 29, 1:20 AM
F15446078: D16025.id.diff
Thu, Mar 27, 5:03 PM
F15441407: D16025.diff
Wed, Mar 26, 6:03 PM
F15387787: D16025.id.diff
Mar 15 2025, 2:55 AM
F15383200: D16025.id38577.diff
Mar 14 2025, 3:48 PM
F15382337: D16025.diff
Mar 14 2025, 11:55 AM
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.