fix: don't escape @
This commit is contained in:
parent
7d78233bf0
commit
b6eed6daff
|
|
@ -68,7 +68,7 @@ class User extends Event {
|
||||||
room: room);
|
room: room);
|
||||||
|
|
||||||
/// The full qualified Matrix ID in the format @username:server.abc.
|
/// The full qualified Matrix ID in the format @username:server.abc.
|
||||||
String get id => stateKey ?? '\@unknown:unknown';
|
String get id => stateKey ?? '@unknown:unknown';
|
||||||
|
|
||||||
/// The displayname of the user if the user has set one.
|
/// The displayname of the user if the user has set one.
|
||||||
String? get displayName =>
|
String? get displayName =>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue