We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e54e31 commit baea8b2Copy full SHA for baea8b2
libraries/nestjs-libraries/src/integrations/social/nostr.provider.ts
@@ -27,12 +27,13 @@ const list = [
27
const pool = new SimplePool();
28
29
export class NostrProvider extends SocialAbstract implements SocialProvider {
30
- override maxConcurrentJob = 5; // Nostr relays typically have generous limits
+ override maxConcurrentJob = 5;
31
identifier = 'nostr';
32
name = 'Nostr';
33
isBetweenSteps = false;
34
scopes = [] as string[];
35
editor = 'normal' as const;
36
+ toolTip = 'Make sure you private a HEX key of your Nostr private key, you can get it from websites like iris.to'
37
38
maxLength() {
39
return 100000;
0 commit comments