Fixes notes appearing of replies for some recipes
This commit is contained in:
@@ -206,7 +206,7 @@ open class BaseTextNoteEvent(
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (certainRepliesTo.isNotEmpty()) {
|
if (certainRepliesTo.isNotEmpty()) {
|
||||||
certainRepliesTo + tagAddresses
|
certainRepliesTo + tagAddresses.filter { it !in citations }
|
||||||
} else {
|
} else {
|
||||||
// mix bag between `e` for replies and `e` for citations
|
// mix bag between `e` for replies and `e` for citations
|
||||||
uncertainRepliesTo.filter { it !in citations }
|
uncertainRepliesTo.filter { it !in citations }
|
||||||
|
|||||||
Reference in New Issue
Block a user