Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into feature/chatStorage

This commit is contained in:
Eudes Inácio
2022-01-25 14:37:02 +01:00
16 changed files with 677 additions and 282 deletions
+8
View File
@@ -273,6 +273,14 @@ export class ChatService {
return this.http.post(environment.apiChatUrl+'channels.kick', body, opts);
}
addChannelOwner(body:any){
return this.http.post(environment.apiChatUrl+'channels.addOwner', body, this.options);
}
addGroupOwner(body:any){
return this.http.post(environment.apiChatUrl+'groups.addOwner', body, this.options);
}
deleteGroup(body:any){
return this.http.post(environment.apiChatUrl+'groups.delete', body, this.options);
}
-2
View File
@@ -277,8 +277,6 @@ export class WsChatService {
streamNotifyLogged() {
alert('HERE')
const requestId = uuidv4()
const message = {