diff --git a/src/domain/session/room/README.md b/src/domain/session/room/README.md index 28fa7173..adb673eb 100644 --- a/src/domain/session/room/README.md +++ b/src/domain/session/room/README.md @@ -6,4 +6,4 @@ InviteViewModel and RoomViewModel are interchangebly used as "room view model": This is because they are accessed by the same url and need to transition into each other, in these two locations. Having two methods, especially in RoomGridViewModel would have been more cumbersome, even though this is not in line with how different view models are exposed in SessionViewModel. -They share an `id` and `kind` property, the latter can be used to differentiate them from the view. +They share an `id` and `kind` property, the latter can be used to differentiate them from the view, and a `focus` method.