Update search provider sort logic, and added testing for circle search provider.

This commit is contained in:
2025-08-30 16:21:35 -04:00
parent f221deea36
commit 516060963e
11 changed files with 435 additions and 143 deletions

View File

@@ -5,6 +5,5 @@ public enum CircleSortField
Name,
Blacklisted,
Favorite,
Spam,
VoiceWorkCount
Spam
}