From 15dfb6c20244cbb8edb459f5d13343f73757def1 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 28 Apr 2021 10:05:21 +0200 Subject: [PATCH] clarify --- src/domain/session/room/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.