mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 13:21:50 +01:00
Fixes not including iMeta tags on public chats
This commit is contained in:
parent
5dcb1350ac
commit
64f7401b46
@ -100,5 +100,5 @@ class IMetaAttachments {
|
||||
replace(iMeta.url, iMeta)
|
||||
}
|
||||
|
||||
fun filterIsIn(urls: Set<String>) = iMetaAttachments.filter { it.url !in urls }
|
||||
fun filterIsIn(urls: Set<String>) = iMetaAttachments.filter { it.url in urls }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user