We've recently got user_change event with the user profile that has status_expiration equal 2841800400(year 2060). It isn't possible to set the expiration time like this in Slack app so I assume this was done via API. In order to avoid such issues in the future, I decided to change the type and hope that Slack won't allow setting something like BigInteger as status_expiration via API.
We've recently got
user_change
event with the user profile that hasstatus_expiration
equal2841800400(year 2060)
. It isn't possible to set the expiration time like this in Slack app so I assume this was done via API. In order to avoid such issues in the future, I decided to change the type and hope that Slack won't allow setting something likeBigInteger
asstatus_expiration
via API.