docs: Add comment with link to issue

This commit is contained in:
Krille Fear 2021-08-30 08:02:41 +00:00
parent 5e06721639
commit dc0b3c715e
1 changed files with 2 additions and 0 deletions

View File

@ -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;