mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-10 09:04:23 +01:00
Add ditto.is_registered property to Account
This commit is contained in:
@@ -72,6 +72,7 @@ async function renderAccount(
|
||||
username: parsed05?.nickname || npub.substring(0, 8),
|
||||
ditto: {
|
||||
accepts_zaps: Boolean(getLnurl({ lud06, lud16 })),
|
||||
is_registered: Boolean(user),
|
||||
},
|
||||
pleroma: {
|
||||
is_admin: user?.admin || false,
|
||||
|
||||
Reference in New Issue
Block a user