mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-03 14:59:14 +02:00
Fixes issue with unfollowing hashtag written in a different case
This commit is contained in:
parent
ba9315fcd1
commit
a79d1d5bd6
@ -173,7 +173,7 @@ class ContactListEvent(
|
||||
|
||||
return create(
|
||||
content = earlierVersion.content,
|
||||
tags = earlierVersion.tags.filter { it.size > 1 && it[1] != hashtag },
|
||||
tags = earlierVersion.tags.filter { it.size > 1 && !it[1].equals(hashtag, true) },
|
||||
privateKey = privateKey,
|
||||
createdAt = createdAt
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user