I can not see likes and followers
See original GitHub issueHello! In Server.js I have added
thisConnection.on('like', msg => socket.emit('like', msg));
thisConnection.on('social', msg => socket.emit('social', msg));
In public app I have this:
socket.on('like', function(msg){
console.log("like");
console.log(msg.totalLikeCount);
});
socket.on('social', function(){
console.log("follow");
});
And there are no alerts coming. Gifts and chat are working fine. What am I doing wrong?
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
I can't see the number of likes in Instagram. How can I fix it?
Some Instagram users might not be able to see how many likes they have on posts anymore. · This is because the social...
Read more >How to Hide Likes on Instagram (and Why It's Even an Option)
1. Go to your profile and hit the hamburger-style icon in the upper right corner of your screen. From there, hit Settings at...
Read more >How to See Likes on Instagram in 2023 - NapoleonCat
More and more Instagram accounts are hiding their likes. Click here to find out how to see Instagram likes regardless of these changes....
Read more >How to Hide Likes on Instagram - Later
If you choose to hide likes, you will no longer be able to see likes on other user's posts as you scroll through...
Read more >How to hide likes on Instagram: A step-by-step guide
Even though neither you nor anyone else will be able to see your likes publicly, you can still track them internally to track...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Why are you so cool? It works. Thank you.
Hi help me pls