GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Identify if CoC has been accepted for the second time #308

Open TimJentzsch opened 2 years ago

TimJentzsch commented 2 years ago

The welcome team would like to know when a user who has been reset has accepted the CoC again. The bot message should be altered in this case.

Currently there is no easy way to implement this, but we could investigate checking if the user object already existed and/or if the user has gamma already.

itsthejoker commented 2 years ago

Aren't users created right before the CoC is accepted? We could theoretically just check the creation date of the account too.

On Fri, Jan 7, 2022 at 3:18 PM TimJentzsch @.***> wrote:

The welcome team would like to know when a user who has been reset has accepted the CoC again. The bot message should be altered in this case.

Currently there is no easy way to implement this, but we could investigate checking if the user object already existed and/or if the user has gamma already.

— Reply to this email directly, view it on GitHub https://github.com/GrafeasGroup/blossom/issues/308, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHQRIIPS2SS55MRVSSHVCTUU5DCVANCNFSM5LPSB7OQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- "After silence, that which comes nearest to expressing the inexpressible is music."

Aldous Huxley

TimJentzsch commented 2 years ago

That's a good idea! I just realized though that these messages are generated by tor, so we might have to move the issue there.