Page MenuHomePhabricator

Modernize Conpherence access to user preferences
ClosedPublic

Authored by epriestley on Jun 3 2016, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 9:44 AM
Unknown Object (File)
Sun, Jan 26, 5:45 AM
Unknown Object (File)
Sat, Jan 25, 10:58 AM
Unknown Object (File)
Thu, Jan 23, 3:39 PM
Unknown Object (File)
Thu, Jan 23, 8:48 AM
Unknown Object (File)
Wed, Jan 22, 11:15 PM
Unknown Object (File)
Tue, Jan 21, 10:02 AM
Unknown Object (File)
Sun, Jan 19, 3:23 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
Branch
setting15
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12425
Build 15737: Run Core Tests
Build 15736: arc lint + arc unit

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.