Add lowercase variant of hashtag when creating event.
This commit is contained in:
@@ -43,6 +43,7 @@ class TextNoteEvent(
|
|||||||
}
|
}
|
||||||
findHashtags(msg).forEach {
|
findHashtags(msg).forEach {
|
||||||
tags.add(listOf("t", it))
|
tags.add(listOf("t", it))
|
||||||
|
tags.add(listOf("t", it.lowercase()))
|
||||||
}
|
}
|
||||||
extraTags?.forEach {
|
extraTags?.forEach {
|
||||||
tags.add(listOf("t", it))
|
tags.add(listOf("t", it))
|
||||||
|
|||||||
Reference in New Issue
Block a user