mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Fixes the alt tag
This commit is contained in:
parent
bc7a578cfe
commit
cbce22c994
@ -47,7 +47,7 @@ class TextNoteModificationEvent(
|
||||
createdAt: Long = TimeUtils.now(),
|
||||
onReady: (TextNoteModificationEvent) -> Unit,
|
||||
) {
|
||||
val tags = arrayOf(arrayOf("e", eventId), arrayOf("alt", CalendarDateSlotEvent.ALT))
|
||||
val tags = arrayOf(arrayOf("e", eventId), arrayOf("alt", ALT))
|
||||
signer.sign(createdAt, KIND, tags, content, onReady)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user