mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix pop
This commit is contained in:
@@ -381,7 +381,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
||||
window.removeEventListener('scroll', this.scrollChangeCallback, true);
|
||||
}
|
||||
|
||||
sendMessage(msg) {
|
||||
sendMessage() {
|
||||
this.ChatSystemService.getDmRoom(this.roomId).send({}).then(() => {
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user