Closed eamirgh closed 3 years ago
I changed the following line https://github.com/callmearta/clubhouse-desktop/blob/150ba375cdb917651c57b993b851aaf501f9fd75/app/views/user.js#L324
into:
<button class="btn-primary mt-3" @click="follow" v-if="!isMe && user.user_profile.notification_type !== 2">Follow</button>
and it worked for me.
@miladini why don't you create a pull request?
@eamirgh
There you go! https://github.com/callmearta/clubhouse-desktop/pull/25
@miladini thank you so much 🍻
Follow button should be handled by checking user's data which contains followings ids, not notification type. Before it was alright to check it with notification type but not anymore. If you'd like to do a pull request i appreciate it.
There is no UI to follow people.