removes bringing back all versions of an Addressable on the search screen.
This commit is contained in:
@@ -2100,6 +2100,10 @@ object LocalCache : ILocalCache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return notes.filter { _, note ->
|
return notes.filter { _, note ->
|
||||||
|
if (note.event is AddressableEvent) {
|
||||||
|
return@filter false
|
||||||
|
}
|
||||||
|
|
||||||
if (excludeNoteEventFromSearchResults(note)) {
|
if (excludeNoteEventFromSearchResults(note)) {
|
||||||
return@filter false
|
return@filter false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user