mirror of
https://github.com/cadmium-im/cadmium-docs-legacy.git
synced 2024-11-08 11:41:03 +00:00
Rename toAddresses property to "to" in BaseMessage
This commit is contained in:
parent
931828dee5
commit
01233f774a
@ -64,7 +64,7 @@ interface BaseMessage {
|
|||||||
/**
|
/**
|
||||||
* Message recipients
|
* Message recipients
|
||||||
*/
|
*/
|
||||||
toAddresses: EntityID[],
|
to: EntityID[],
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Operation success indicator (used to determine if the error happened while processing request) - MUST be only in response from server
|
* Operation success indicator (used to determine if the error happened while processing request) - MUST be only in response from server
|
||||||
|
Loading…
Reference in New Issue
Block a user