mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
Fixes notes appearing of replies for some recipes
This commit is contained in:
parent
e8462fe67f
commit
54e6be8ef3
@ -206,7 +206,7 @@ open class BaseTextNoteEvent(
|
||||
}
|
||||
} else {
|
||||
if (certainRepliesTo.isNotEmpty()) {
|
||||
certainRepliesTo + tagAddresses
|
||||
certainRepliesTo + tagAddresses.filter { it !in citations }
|
||||
} else {
|
||||
// mix bag between `e` for replies and `e` for citations
|
||||
uncertainRepliesTo.filter { it !in citations }
|
||||
|
Loading…
x
Reference in New Issue
Block a user