mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 00:16:59 +00:00
Fixes not including iMeta tags on public chats
This commit is contained in:
+1
-1
@@ -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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user