about summary refs log tree commit diff
path: root/src/state/preferences/moderation-opts.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-2/+4
|
* Ensure all configured appLabelers are applied for logged out users (#5784)Eric Bailey2024-10-161-7/+5
| | | | | * Ensure all configured appLabelers are applied for logged out users * Formatting
* Performance improvements: structural sharing & moderation opts context (#3785)Paul Frazee2024-04-301-0/+61
* Fix: correctly apply structural sharing to preferences object * Move moderation opts into a context * Fix import * Remove log * Pass userdid directly * Pass moderationPrefs directly