home: dont show reposts for the same note more than once

Fixes: https://github.com/damus-io/damus/issues/859
Changelog-Changed: Don't show reposts for the same note more than once in your home feed
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-02-12 12:16:06 -08:00
parent bf14d7138a
commit bed4e00b53
4 changed files with 23 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ enum LogCategory: String {
case render
case storage
case networking
case timeline
case push_notifications
case damus_purple
case image_uploading