Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong total guest count in Farcaster section on event page #14240

Open
snackman opened this issue Jul 5, 2024 · 1 comment
Open

Wrong total guest count in Farcaster section on event page #14240

snackman opened this issue Jul 5, 2024 · 1 comment
Assignees

Comments

@snackman
Copy link

snackman commented Jul 5, 2024

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.
Screenshot_070524_054325_PM

To Reproduce
Steps to reproduce the behavior:

  1. Make event
  2. get some RSVPs
  3. Check what's displayed against actual tickets issued
  4. 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]
@julien51
Copy link
Member

julien51 commented Jul 9, 2024

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.

Screenshot 2024-07-09 at 11 56 52 AM Screenshot 2024-07-09 at 11 55 30 AM

@julien51 julien51 self-assigned this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants