Changing the DVM feed to sort by follows that liked or zapped the DVM

This commit is contained in:
Vitor Pamplona
2025-09-08 16:49:30 -04:00
parent 81dbebc5a4
commit 95cf3fb6eb
2 changed files with 42 additions and 4 deletions
@@ -64,4 +64,6 @@ object TimeUtils {
fun randomWithTwoDays() = now() - RandomInstance.int(twoDays())
fun ninetyDaysFromNow() = now() + NINETY_DAYS
fun oneYearAgo() = now() - ONE_YEAR
}