Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
5

Configure Feed

Select the types of activity you want to include in your feed.

Impro theme pref

Grace Kind (Dec 8, 2025, 9:11 AM EST) 34f76f63 c4bd834c

+7
+7
src/js/dataLayer/preferencesProvider.js
··· 165 165 ); 166 166 } 167 167 168 + static getImproThemePreference(obj) { 169 + return Preferences.getPreferenceByType( 170 + obj, 171 + "app.bsky.actor.defs#improThemePref" 172 + ); 173 + } 174 + 168 175 static getLabelerDidsFromPreferences(obj) { 169 176 const labelerPreference = Preferences.getLabelerPreference(obj); 170 177 const labelers = labelerPreference ? labelerPreference.labelers : [];