You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to access a user's account_data dictionary, which is returned in response to a /sync, but not saved. At the very least, could it please be saved in the client?
The text was updated successfully, but these errors were encountered:
This keeps a copy of account_data in the Client object after a sync,
which can then be easily accessed through a dictionary.
In addition, Client.get_account_data is provided as a means to obtain
the current account_data structure for direct feeding into
Api.set_account_data.
Closes: Github matrix-org#294
Signed-off-by: martin f. krafft <[email protected]>
There is no way to access a user's
account_data
dictionary, which is returned in response to a/sync
, but not saved. At the very least, could it please be saved in the client?The text was updated successfully, but these errors were encountered: