docs: Add comment with link to issue
This commit is contained in:
parent
5e06721639
commit
dc0b3c715e
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue