mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-08-03 18:23:18 +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))
|
||||
}
|
||||
}
|
||||
addresses?.forEach {
|
||||
if (it.toTag() in directMentions) {
|
||||
tags.add(arrayOf("q", it.toTag()))
|
||||
}
|
||||
}
|
||||
addresses
|
||||
?.map { it.toTag() }
|
||||
?.let {
|
||||
|
Reference in New Issue
Block a user