11 lines
320 B
Plaintext
11 lines
320 B
Plaintext
<h3>Nostr</h3>
|
|
<ul role="list">
|
|
<%= render FormElements::FieldsetToggleComponent.new(
|
|
form: f,
|
|
attribute: :nostr_enabled,
|
|
enabled: Setting.nostr_enabled?,
|
|
title: "Enable Nostr integration (experimental)",
|
|
description: "Allow adding nostr pubkeys and resolve user addresses via NIP-05"
|
|
) %>
|
|
</ul>
|