mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
remove console .log
This commit is contained in:
@@ -165,7 +165,7 @@ export class ContactsPage implements OnInit {
|
||||
}
|
||||
|
||||
message.receiverId = user.wxUserId
|
||||
message.message = 'hello'
|
||||
message.message = null
|
||||
|
||||
const result = await this.chatServiceService.sendMessage(message, RoomType.Direct)
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@ import { ChatPopoverPage } from '../chat-popover/chat-popover.page';
|
||||
import { ViewOncesImagePageInput, ViewOncesImagePage } from '../view-onces/view-onces.page';
|
||||
import { LastMessage } from '../../utils/lastMessage';
|
||||
import { File } from '@awesome-cordova-plugins/file/ngx';
|
||||
import { Filesystem, Directory } from '@capacitor/filesystem';
|
||||
import { FileOpener } from '@awesome-cordova-plugins/file-opener/ngx';
|
||||
import { FileSystemMobileService } from 'src/app/infra/file-system/mobile/file-system-mobile.service';
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "4b6364fac",
|
||||
"SHA": "4b6364fac17696810c5caf4f22290bf1f01bdef1",
|
||||
"shortSHA": "f44651777",
|
||||
"SHA": "f446517773f30691ca46fbc75069de0a4b205b83",
|
||||
"branch": "feature/chat-new-api-peter",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Fri Sep 13 12:59:56 2024 +0100'",
|
||||
"lastCommitMessage": "fix download attachment",
|
||||
"lastCommitNumber": "6069",
|
||||
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is up to date with 'origin/feature/chat-new-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/module/chat/chat.module.ts\n\tmodified: src/app/module/chat/domain/chat-service.service.ts\n\tdeleted: src/app/module/chat/domain/service/room.service.spec.ts\n\tdeleted: src/app/module/chat/domain/service/room.service.ts\n\tmodified: src/app/module/chat/domain/use-case/room/room-get-list-on-create-use-case.service.ts\n\tmodified: src/app/ui/chat/chat.page.ts\n\tmodified: src/app/ui/chat/component/messages/messages.page.html\n\tmodified: src/app/ui/chat/modal/messages/messages.page.ts",
|
||||
"lastCommitTime": "'Fri Sep 13 14:03:51 2024 +0100'",
|
||||
"lastCommitMessage": "create room on reive from socket",
|
||||
"lastCommitNumber": "6070",
|
||||
"changeStatus": "On branch feature/chat-new-api-peter\nYour branch is up to date with 'origin/feature/chat-new-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/ui/chat/component/contacts/contacts.page.ts\n\tmodified: src/app/ui/chat/modal/messages/messages.page.ts\n\tmodified: version/git-version.ts",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user