diff --git a/apps/collections.json b/apps/collections.json
index 35c3bbc5..a06fde65 100644
--- a/apps/collections.json
+++ b/apps/collections.json
@@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "📦",
- "previous": "&eNhxb2nCe0HSz+sMeiFDY/S8clbarp6P0wmYzBEQ1gI=.sha256"
+ "previous": "&JGlOM9T/I5L3daDq44CL/khzQy5OhBOFO3SXa5pUEnM=.sha256"
}
\ No newline at end of file
diff --git a/apps/collections/app.js b/apps/collections/app.js
index 6d41c18d..aaed4288 100644
--- a/apps/collections/app.js
+++ b/apps/collections/app.js
@@ -2,6 +2,10 @@ import * as tfrpc from '/tfrpc.js';
let g_hash;
+tfrpc.register(async function getOwnerIdentities() {
+ return ssb.getOwnerIdentities();
+});
+
tfrpc.register(async function getIdentities() {
return ssb.getIdentities();
});
diff --git a/apps/collections/index.html b/apps/collections/index.html
index 66c3cf92..8a087680 100644
--- a/apps/collections/index.html
+++ b/apps/collections/index.html
@@ -6,7 +6,7 @@
-
+