diff --git a/lib/src/user.dart b/lib/src/user.dart index f4183db0..73306433 100644 --- a/lib/src/user.dart +++ b/lib/src/user.dart @@ -68,7 +68,7 @@ class User extends Event { room: room); /// 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. String? get displayName =>