Panagiotis Vryonis

Results 4 comments of Panagiotis Vryonis

I use `GetAllReactionMessagesByFid(FidRequest(fid=4163, page_size=1000, page_token=page_token, reverse=False))` (and use the page_token to call it again). Right now, I count 4988 `MESSAGE_TYPE_REACTION_ADD` messages and 13 `MESSAGE_TYPE_REACTION_REMOVE`.

Not sure what the status of this issue is, but it could affect https://github.com/farcasterxyz/protocol/discussions/139

BTW, after reading https://github.com/farcasterxyz/protocol/discussions/169#discussioncomment-9218181 I think I know what the problem is: Users expect that the Reaction count refers to the number of `ReactionAdd` messages that have not been removed....