Is logoutOtherClients really deprecated?

Hi!

We’re in the process of updating our apps to v2.6.1 from v1.12.1.
While working through each version’s breaking changes, we’ve stumble upon this one in v2.3:

* accounts-base@2.0.0
  * Deprecated backward compatibility function `logoutOtherClients` has been removed.

But looking at the docs and the source code it looks very much alive.

Anything I’m missing?

Seems like what was removed was a deprecated function in the server

@storyteller can give more details on this

Oh…make sense.
Thank you for digging this up!

Yes, it is as @rjdavid has said, it was only the server side deprecated method. The client side function is still available and works as intended.