mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-08 23:18:43 +00:00
updated local forms
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Bitvid Content Appeals Form</h1>
|
<h1>Content Appeals Form</h1>
|
||||||
<form id="appeal-form">
|
<form id="appeal-form">
|
||||||
<h3>1. User Information</h3>
|
<h3>1. User Information</h3>
|
||||||
<label for="npub">Nostr Public Key (npub)</label>
|
<label for="npub">Nostr Public Key (npub)</label>
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
const targetNpubs = [
|
const targetNpubs = [
|
||||||
// Add the npubs that should receive the DMs.
|
// Add the npubs that should receive the DMs.
|
||||||
// Example:
|
// Example:
|
||||||
"npub1TARGET_EXAMPLE",
|
"npub13yarr7j6vjqjjkahd63dmr27curypehx45ucue286ac7sft27y0srnpmpe",
|
||||||
// "npub1ANOTHER_TARGET",
|
// "npub1ANOTHER_TARGET",
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -189,6 +189,7 @@
|
|||||||
const relays = {
|
const relays = {
|
||||||
"wss://relay.snort.social": true,
|
"wss://relay.snort.social": true,
|
||||||
"wss://relay.damus.io": true,
|
"wss://relay.damus.io": true,
|
||||||
|
"wss://relay.primal.net": true,
|
||||||
};
|
};
|
||||||
// -----------------------------------------------
|
// -----------------------------------------------
|
||||||
|
|
Reference in New Issue
Block a user