Skip to content

Commit baea8b2

Browse files
committed
feat: nostr instructions
1 parent 9e54e31 commit baea8b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/nestjs-libraries/src/integrations/social/nostr.provider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ const list = [
2727
const pool = new SimplePool();
2828

2929
export class NostrProvider extends SocialAbstract implements SocialProvider {
30-
override maxConcurrentJob = 5; // Nostr relays typically have generous limits
30+
override maxConcurrentJob = 5;
3131
identifier = 'nostr';
3232
name = 'Nostr';
3333
isBetweenSteps = false;
3434
scopes = [] as string[];
3535
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'
3637

3738
maxLength() {
3839
return 100000;

0 commit comments

Comments
 (0)