You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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.
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:
Expected behavior
Name, Name, Name, Name, Name, and [X - 5] others are going
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: