JurgenR / aioslsk

SoulSeek client library using Python asyncio
GNU General Public License v3.0
17 stars 0 forks source link

Users: Update status of own user #264

Closed JurgenR closed 1 month ago

JurgenR commented 2 months ago

Because the GetUserStatus message is only sent for the self user if the status is switched to 'busy' the status should be updated in another way.

After login the status should be 'online', if SetStatus is called afterwards it should be updated manually.