Results 199 comments of alifeee

hi ! thanks for the PR :} can I ask what this achieves? what situation is now possible that wasn't before ? it would be great if there was a...

a masterful deceit

> I see this repo is in freeze due to lack of maintainer hi :] thanks for the suggestion. yes it is. please see https://github.com/burnash/gspread/issues/1570

the code to send this message is here https://github.com/lowercasename/gathio/blob/2d7507a4fde247ea3e67c2d49df157abd60d6599/src/activitypub.js#L731-L798 the code to add the user to the event is here https://github.com/lowercasename/gathio/blob/2d7507a4fde247ea3e67c2d49df157abd60d6599/src/activitypub.js#L900-L984 the latter should be modified to reject the user...

this line should have a conditional statement https://github.com/lowercasename/gathio/blob/2d7507a4fde247ea3e67c2d49df157abd60d6599/src/activitypub.js#L924

this is what I think too - it seems simplest to me to send the poll regardless, and the same as you'd reply… "Thanks for RSVPing! ..." …you instead reply...

there is also this TypeScript code that looks to do the same thing https://github.com/lowercasename/gathio/blob/2328376182e3dea74c10eaeaa7f14841030342a0/src/lib/activitypub.ts#L165-L184 and in-fact, I believe is what sends the message. The `JS` is old code

I had a hack at this but using Mastodon takes quite a while for each test. Got to a point where I created a branching path if the event was...

hm... perhaps I could have a hack at creating a Cypress test...