Removes the debug r tag used to test.
This commit is contained in:
@@ -44,7 +44,7 @@ class StatusEvent(
|
|||||||
privateKey: ByteArray,
|
privateKey: ByteArray,
|
||||||
createdAt: Long = TimeUtils.now()
|
createdAt: Long = TimeUtils.now()
|
||||||
): StatusEvent {
|
): StatusEvent {
|
||||||
val tags = event.tags.plus(listOf(listOf("r", "http://amethyst.social")))
|
val tags = event.tags
|
||||||
val pubKey = event.pubKey()
|
val pubKey = event.pubKey()
|
||||||
val id = generateId(pubKey, createdAt, kind, tags, newStatus)
|
val id = generateId(pubKey, createdAt, kind, tags, newStatus)
|
||||||
val sig = CryptoUtils.sign(id, privateKey)
|
val sig = CryptoUtils.sign(id, privateKey)
|
||||||
|
|||||||
Reference in New Issue
Block a user