Attaching files to posts sort of works. Whew.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3799 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-01-28 03:11:09 +00:00
parent e84ced6f79
commit d77c452120
6 changed files with 53 additions and 5 deletions

View File

@@ -421,6 +421,8 @@ core.register('message', async function(m) {
if (g_ready) {
await refresh(g_selected);
}
} else if (m.event == 'storeBlobComplete') {
await app.postMessage({storeBlobComplete: m.path});
} else if (m.event == 'focus' || m.event == 'blur') {
/* Shh. */
} else {