mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-26 17:52:29 +01:00
Removes the debug r
tag used to test.
This commit is contained in:
parent
1e358d31d5
commit
3273aa32a5
@ -44,7 +44,7 @@ class StatusEvent(
|
||||
privateKey: ByteArray,
|
||||
createdAt: Long = TimeUtils.now()
|
||||
): StatusEvent {
|
||||
val tags = event.tags.plus(listOf(listOf("r", "http://amethyst.social")))
|
||||
val tags = event.tags
|
||||
val pubKey = event.pubKey()
|
||||
val id = generateId(pubKey, createdAt, kind, tags, newStatus)
|
||||
val sig = CryptoUtils.sign(id, privateKey)
|
||||
|
Loading…
x
Reference in New Issue
Block a user