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 112c91e commit e181f8fCopy full SHA for e181f8f
src/host.ts
@@ -324,6 +324,7 @@ export class FileHost implements IFileHost {
324
if (this.gunRegistry) {
325
try {
326
console.log(`🔄 Registering with Gun.js registry...`);
327
+ this.capabilities = capabilities;
328
await this.gunRegistry.register(capabilities);
329
console.log(`✅ Registered capabilities in Gun.js registry with storeId: ${this.storeId}`);
330
0 commit comments