mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-11-10 12:07:11 +01:00
Fixes the alt tag
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user