This commit is contained in:
2023-11-15 11:00:36 +00:00
parent a8150b5c94
commit 5df61d5b25

View File

@ -83,7 +83,7 @@ public class NostrStreamManager : IStreamManager
{
var chat = _eventBuilder.CreateStreamChat(_context.UserStream,
$"Your balance is below {(int)(balanceAlertThreshold / 1000m)} sats, please topup, " +
$"or use this link: lnurlp://zap.stream/.well-known/lnurlp/${_context.User.PubKey}");
$"or use this link: lnurlp://zap.stream/.well-known/lnurlp/{_context.User.PubKey}");
_eventBuilder.BroadcastEvent(chat);
}