fix rocket chat session

This commit is contained in:
Peter Maquiran
2022-01-29 20:16:39 +01:00
parent 34208d8040
commit acacb58d0d
4 changed files with 31 additions and 7 deletions
+5
View File
@@ -42,6 +42,11 @@ export class RoomService {
mgsArray = [];
scrollDown = () => { }
/**
* @description get user list from ws-chat-methods.service
* @returns chatUser[]
*/
getAllUsers = (): chatUser[] => {
return []
}