Add support for changing user color in name modal. Closes #1805
This commit is contained in:
@@ -8,6 +8,7 @@ interface UserRegistrationResponse {
|
||||
id: string;
|
||||
accessToken: string;
|
||||
displayName: string;
|
||||
displayColor: number;
|
||||
}
|
||||
|
||||
class ChatService {
|
||||
|
||||
Reference in New Issue
Block a user