mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 01:55:23 -04:00
Server.members cache not properly populated for users who join during client lifetime #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeoCx1000 on GitHub (Mar 26, 2023).
Describe the bug
When a member joins a server whilst the client is running, the internal cache does not populate.
To Reproduce
Pre-requisites: 1 friend.
Expected behaviour
Server.members cache gets populated correctly with the new member.
Actual behaviour
The role does not seem to be in the cache. Actions involving this role will raise a LookupError:
Library version
df9893aaff