diff --git a/lib/src/Room.dart b/lib/src/Room.dart index 7a77783..6de3d2e 100644 --- a/lib/src/Room.dart +++ b/lib/src/Room.dart @@ -121,6 +121,9 @@ class Room { return returnUserId; } + /// Wheither this is a direct chat or not + bool get isDirectChat => directChatMatrixID != null; + /// Must be one of [all, mention] String notificationSettings;