Proof of concept of building emojis.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4464 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-09-17 13:22:29 +00:00
parent e921b4a86a
commit 3c4959433a
3 changed files with 124 additions and 15 deletions

View File

@@ -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() {