Mention all sources when sharing an app. I don't entirely know how blobs replicate, and this seems safest.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3761 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-01-15 01:34:11 +00:00
parent dbfa9e5623
commit c40a513876
3 changed files with 18 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ window.addEventListener('load', function() {
}
window.parent.postMessage({appendMessage: message}, '*');
document.getElementById('post_text').value = '';
Vue.set(g_data, mentions, {});
Vue.set(g_data, 'mentions', {});
g_data.reply_root = null;
g_data.reply_branch = null;
},