This commit is contained in:
Peter Maquiran
2022-02-18 15:08:13 +01:00
parent a91a69b6af
commit 2766a39758
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -79,6 +79,10 @@ export class MessageService {
} }
} }
// if(typeof(this.file?.type)) {
// this.hasFile = true
// }
if(this.hasFile) { if(this.hasFile) {
this.getFileFromDb() this.getFileFromDb()
if(this.file.type != 'application/webtrix') { if(this.file.type != 'application/webtrix') {
@@ -178,6 +182,7 @@ export class MessageService {
} }
} }
} }
redefinedMessage(ChatMessage) { redefinedMessage(ChatMessage) {
+1
View File
@@ -116,6 +116,7 @@ $app-theme: mat-light-theme(
--ion-color-expediente: #dae3f3; --ion-color-expediente: #dae3f3;
} }
// dark-mode
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
/* /*
* Dark Colors * Dark Colors