Deduplicate users in group notifications

Changelog-Fixed: Deduplicate users in notifications
Closes: #1326
This commit is contained in:
2023-06-25 23:35:01 -04:00
committed by William Casarin
parent 2046fe5502
commit cfe14fac23
8 changed files with 84 additions and 36 deletions

View File

@@ -38,6 +38,6 @@ struct MaybeAnonPfpView: View {
struct MaybeAnonPfpView_Previews: PreviewProvider {
static var previews: some View {
MaybeAnonPfpView(state: test_damus_state(), is_anon: true, pubkey: "anon", size: PFP_SIZE)
MaybeAnonPfpView(state: test_damus_state(), is_anon: true, pubkey: ANON_PUBKEY, size: PFP_SIZE)
}
}