This commit is contained in:
Peter Maquiran
2023-02-02 18:44:19 +01:00
parent 9c76f87944
commit 5cef865535
3 changed files with 9 additions and 9 deletions
@@ -258,7 +258,7 @@
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " class="chat-icon-send"
src="assets/icon/theme/gov/icons-chat-record-audio.svg"></ion-icon>
</button>
<button *ngIf="ChatSystemService.getDmRoom(roomId).message" class="btn-no-color" (click)="sendMessage(ChatSystemService.getDmRoom(roomId).messages)"
<button *ngIf="ChatSystemService.getDmRoom(roomId).message" class="btn-no-color" (click)="sendMessage()"
class="btn-no-color">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' " class="chat-icon-send"
src="assets/icon/theme/gov/icons-chat-send.svg"></ion-icon>
+1 -1
View File
@@ -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(() => {
})
}
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "8bd135c6f",
"SHA": "8bd135c6f8e5a39afdb3e8bd63f18bc42defd269",
"shortSHA": "9c76f8794",
"SHA": "9c76f87944e7ca245285ab0dd7bb3a05ef9fd758",
"branch": "no_bug_movemente",
"lastCommitAuthor": "'Eudes Inácio'",
"lastCommitTime": "'Thu Feb 2 18:28:17 2023 +0100'",
"lastCommitMessage": "Git pull made",
"lastCommitNumber": "4715",
"lastCommitTime": "'Thu Feb 2 18:30:30 2023 +0100'",
"lastCommitMessage": "pull made twice",
"lastCommitNumber": "4717",
"change": "",
"changeStatus": "On branch no_bug_movemente\nYour branch and 'origin/no_bug_movemente' have diverged,\nand have 2 and 1 different commits each, respectively.\n (use \"git pull\" to merge the remote branch into yours)\n\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/services/rules/event.service.ts",
"changeAuthor": "eudes.inacio"
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/chat/messages/messages.page.html\n\tmodified: src/app/pages/chat/messages/messages.page.ts",
"changeAuthor": "peter.maquiran"
}