Structsยง
Functionsยง
- delete_
global_ ๐account_ data_ route DELETE /_matrix/client/unstable/org.matrix.msc3391/user/{userId}/account_data/{type}- delete_
room_ ๐account_ data_ route DELETE /_matrix/client/unstable/org.matrix.msc3391/user/{userId}/rooms/{roomId}/account_data/{type}- get_
global_ ๐account_ data_ route GET /_matrix/client/r0/user/{userId}/account_data/{type}- get_
room_ ๐account_ data_ route GET /_matrix/client/r0/user/{userId}/rooms/{roomId}/account_data/{type}- is_
empty_ ๐account_ data_ event - Equivalent test against a stored account-data event (
{type, content}) rather than the barecontentpayload. Used by sync filters. - is_
empty_ ๐content - MSC3391: tombstoned account data carries
content: {}. Sync delta surfaces the empty event so clients can apply the deletion; everywhere else (GET, initial sync) treats it as not-present. - is_
empty_ ๐object_ json - set_
account_ ๐data - set_
global_ ๐account_ data_ route PUT /_matrix/client/r0/user/{userId}/account_data/{type}- set_
room_ ๐account_ data_ route PUT /_matrix/client/r0/user/{userId}/rooms/{roomId}/account_data/{type}