Send followers/following information differently so that we load posts faster.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3727 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2022-01-02 15:36:11 +00:00
parent 3026443c1e
commit 4268963e70
3 changed files with 15 additions and 21 deletions

View File

@@ -7,9 +7,6 @@ Vue.component('tf-user', {
edit_profile_description: null,
} },
props: ['id'],
mounted: function() {
window.parent.postMessage({user: this.id}, '*');
},
computed: {
following: {
get: function() {