You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/modules/subscriptions/subscriptions.service.ts
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -148,17 +148,17 @@ export class SubscriptionsService {
148
148
awaitthis.nostrNotification.sendNotification(
149
149
`Welcome to Jellyfish – Premium Access Activated!
150
150
151
-
Thank you for subscribing to Jellyfish ecosystem! 🎉 Your premium access is now active, and you can start relaying messages with enhanced reliability, speed, and privacy.
151
+
Thank you for subscribing to Jellyfish ecosystem! 🎉 Your premium access is now active, and you can start relaying messages with enhanced reliability, speed, and privacy.
152
152
153
-
Here’s what you need to get started:
154
-
✅ Relay URL: wss://jellyfish.land
155
-
✅ Support & Updates: Follow us on Nostr: @nostr:npub1hu47u55pzjw8cdg0t5f2uvh4znrcvnl3pqz3st6p0pfcctzzzqrsplc46u
156
-
✅ Need help? Reach out at hi@dezh.tech.
153
+
Here’s what you need to get started:
154
+
✅ Relay URL: wss://jellyfish.land
155
+
✅ Support & Updates: Follow us on Nostr: @nostr:npub1hu47u55pzjw8cdg0t5f2uvh4znrcvnl3pqz3st6p0pfcctzzzqrsplc46u
156
+
✅ Need help? Reach out at hi@dezh.tech.
157
157
158
-
We appreciate your support in building a better decentralized future. Enjoy your experience! 🚀
158
+
Stay Immortal!🪼
159
159
160
-
Best,
161
-
Jellyfish Team🪼`,
160
+
Best,
161
+
Jellyfish Team`,
162
162
pubkey,
163
163
);
164
164
}
@@ -256,32 +256,32 @@ export class SubscriptionsService {
256
256
awaitthis.nostrNotification.sendNotification(
257
257
`Your Subscription to Jellyfish Has Expired
258
258
259
-
Your subscription to Jellyfish ecosystem has expired. We'd love to keep you connected! To continue enjoying reliable and fast relaying, please renew your subscription.
259
+
Your subscription to Jellyfish ecosystem has expired. We'd love to keep you connected! To continue enjoying reliable and fast relaying, please renew your subscription.
260
260
261
-
🔄 Renew Now: https://jellyfish.land/relay
262
-
🚀 Relay URL: wss://jellyfish.land (Access will be restricted until renewal)
263
-
💬 Need help? Contact us at hi@dezh.tech
261
+
🔄 Renew Now: https://jellyfish.land/relay
262
+
🚀 Relay URL: wss://jellyfish.land (Access will be restricted until renewal)
263
+
💬 Need help? Contact us at hi@dezh.tech
264
264
265
-
Thank you for being part of our relay network. We hope to see you back soon!
`Reminder: Your Jellyfish Subscription Expires in ${daysBeforeExpiration} Day${daysBeforeExpiration>1 ? 's' : ''}
274
274
275
-
Your subscription to Jellyfish ecosystem will expire in **${daysBeforeExpiration} day${daysBeforeExpiration>1 ? 's' : ''}**. To avoid any interruptions, renew your subscription today!
275
+
Your subscription to Jellyfish ecosystem will expire in **${daysBeforeExpiration} day${daysBeforeExpiration>1 ? 's' : ''}**. To avoid any interruptions, renew your subscription today!
0 commit comments