GrafeasGroup / blossom

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

Fix `date_joined` field in Slack `info` command #141

Open TimJentzsch opened 3 years ago

TimJentzsch commented 3 years ago

Description: The date_joined field in the @Blossom info <user> command in Slack seems to return the last_update_time instead: The date_joined field is 2021-06-02 for Tim3303, same as the last_update_time field.

Excepected Behaviour: The field should actually return the date when the user joined. For now, it could just take the date of the oldest transcription of that user.

TimJentzsch commented 3 years ago

Instead of adding a new field the old one should be fixed. However, the query I built in #147 can probably be reused for this.