This commit is contained in:
parent
cbfa148051
commit
7ac3130c18
@ -6,7 +6,7 @@ class WellKnownController < ApplicationController
|
|||||||
http_status :not_found and return if @user.nil? || @user.nostr_pubkey.blank?
|
http_status :not_found and return if @user.nil? || @user.nostr_pubkey.blank?
|
||||||
|
|
||||||
res = {
|
res = {
|
||||||
names: { "#{@user.cn}": @user.nostr_pubkey }
|
names: { @user.cn => @user.nostr_pubkey }
|
||||||
}
|
}
|
||||||
|
|
||||||
if Setting.nostr_relay_url
|
if Setting.nostr_relay_url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user