Limit number of relays to publish zap receipts to
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-05-10 13:57:25 +02:00
parent 2d1ff29eca
commit 48041630ca
4 changed files with 42 additions and 6 deletions

View File

@@ -19,5 +19,15 @@
title: "Public key",
description: "The corresponding public key of the accounts service"
) %>
<% end %>
</ul>
</section>
<section>
<h3>Zaps</h3>
<ul role="list">
<%= render FormElements::FieldsetResettableSettingComponent.new(
key: :nostr_zaps_relay_limit,
title: "Relay limit",
description: "The maximum number of relays to publish zap receipts to"
) %>
</ul>
<% end %>