mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
fix typing
This commit is contained in:
@@ -286,12 +286,11 @@ export class RoomService {
|
||||
if (typeof args[1] != 'object') {
|
||||
this.userThatIsTyping = this.usernameToDisplayName(args[0])
|
||||
|
||||
this.isTyping = args[1]
|
||||
this.otherUserType = args[1]
|
||||
|
||||
const user = args[0]
|
||||
if (SessionStore.user.UserName != user) {
|
||||
this.readAllMessage()
|
||||
this.isTyping = args[1]
|
||||
this.otherUserType = args[1]
|
||||
}
|
||||
|
||||
} else if (args[0]?.method == 'viewMessage' || args[1]?.method == 'viewMessage') {
|
||||
|
||||
Reference in New Issue
Block a user