diff --git a/apps/gg/app.js b/apps/gg/app.js index 10835555..d8ae30db 100644 --- a/apps/gg/app.js +++ b/apps/gg/app.js @@ -8,6 +8,7 @@ tfrpc.register(async function createIdentity() { return ssb.createIdentity(); }); tfrpc.register(async function appendMessage(id, message) { + print('APPEND', JSON.stringify(message)); return ssb.appendMessageWithIdentity(id, message); }); tfrpc.register(function url() { diff --git a/apps/gg/index.html b/apps/gg/index.html index d0f9dcf1..57d98809 100644 --- a/apps/gg/index.html +++ b/apps/gg/index.html @@ -9,6 +9,6 @@
-