Wrong total guest count in Farcaster section on event page
Describe the bug
Event shows the wrong total guest number in the Farcaster section because it shows "name, name, name" + X others are attending, where "X" is the total guests. Example, PizzaDAO's ETH CC event, which has 200 total tickets.
To Reproduce Steps to reproduce the behavior:
- Make event
- get some RSVPs
- Check what's displayed against actual tickets issued
- See error
Expected behavior Name, Name, Name, Name, Name, and [X - 5] others are going
Desktop (please complete the following information):
- OS: Windows
- Browser: Chrome
- Version [e.g. 22]
For this we use a 3rd party API that lists all the "social" profile based on wallet addresses. It looks like this is caching data more extensively because as of now the count seems to match what we can see on the contract (we need to actually subscrstract the number of "shown" users). I will investigate deeper.