1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-14 19:22:15 +03:00
This commit is contained in:
David Baker
2018-02-16 11:57:22 +00:00
parent a2e1a6ca8f
commit 0e1444c84b

View File

@@ -28,7 +28,7 @@ const RoomMember = require("./room-member");
* Room State represents the state of the room at a given point.
* It can be mutated by adding state events to it.
* There are two types of room member associated with a state event:
* normal member objects (accessed via getMember/getMembers) mutate
* normal member objects (accessed via getMember/getMembers) which mutate
* with the state to represent the current state of that room/user, eg.
* the object returned by getMember('@bob:example.com') will mutate to
* get a different display name if Bob later changes his display name