mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-08 19:41:58 +02:00
Adds support for q
tags on addresses
This commit is contained in:
@@ -87,6 +87,11 @@ class TextNoteEvent(
|
|||||||
tags.add(arrayOf("q", it))
|
tags.add(arrayOf("q", it))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
addresses?.forEach {
|
||||||
|
if (it.toTag() in directMentions) {
|
||||||
|
tags.add(arrayOf("q", it.toTag()))
|
||||||
|
}
|
||||||
|
}
|
||||||
addresses
|
addresses
|
||||||
?.map { it.toTag() }
|
?.map { it.toTag() }
|
||||||
?.let {
|
?.let {
|
||||||
|
Reference in New Issue
Block a user