onUserDeactivated for User Event

Currently there’s no event that we can listen to for user deactivation. It is crucial for us to handle the side effects of it and without the event, we have to manually handle every possible entry point that could trigger the User Deactivated error.

Hi @GabrielLim_ML. Could you clarify how you deactivate users? Do users deactivate themselves?

From SendBird Dashboard → Select Users from left menu sidebar → Search & select specific user → Click Deactivate button

@GabrielLim_ML What kind do you want to listen to? in SDK?

Yes, I personally use the Javascript SDK.