update chatty
This commit is contained in:
@@ -84,6 +84,6 @@ class StreamApiLocalImpl extends StreamApiRepository {
|
||||
User(id: userId),
|
||||
token,
|
||||
);
|
||||
return _client.state.user!.name != null && _client.state.user!.name != userId;
|
||||
return _client.state.user!.name != userId;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,6 +99,6 @@ class StreamApiImpl extends StreamApiRepository {
|
||||
User(id: userId),
|
||||
token,
|
||||
);
|
||||
return _client.state.user!.name != null && _client.state.user!.name != userId;
|
||||
return _client.state.user!.name != userId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user