go back to old style kind 6 boosts

This commit is contained in:
Martti Malmi 2023-01-26 09:14:31 +02:00
parent 53a27f6414
commit d035f23b87

View File

@ -220,9 +220,9 @@ class PublicMessage extends Message {
const nostrId = Nostr.toNostrHexAddress(this.props.hash);
if (nostrId) {
Nostr.publish({
kind: 1,
kind: 6,
tags: [
['e', nostrId, '', 'mention'],
['e', nostrId],
['p', author],
],
content: '#[0]',