increase Commentallowed size to be able to render longer messages

This commit is contained in:
Believethehype
2023-06-27 13:25:36 +02:00
parent 532deaed9b
commit 6643dc05f4
+1 -1
View File
@@ -19,7 +19,7 @@ var nostrPrivkeyHex string = ""
var nostrPubkey string = ""
var minSendable int = 1000
var maxSendable int = 1000000000
var CommentAllowed int = 500
var CommentAllowed int = 2000
type LNURLPayParamsCustom struct {
lnurl.LNURLResponse