From dc0b3c715e613da8a50b66419863cf3a1537669a Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Mon, 30 Aug 2021 08:02:41 +0000 Subject: [PATCH] docs: Add comment with link to issue --- lib/src/model/auth/authentication_data.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/model/auth/authentication_data.dart b/lib/src/model/auth/authentication_data.dart index 1f4cfc31..02633ca3 100644 --- a/lib/src/model/auth/authentication_data.dart +++ b/lib/src/model/auth/authentication_data.dart @@ -22,6 +22,8 @@ */ class AuthenticationData { + // Should be non-nullable according to the spec but this leads to this problem + // https://github.com/matrix-org/matrix-doc/issues/3370 String? type; String? session;