send message offline

This commit is contained in:
Peter Maquiran
2022-02-03 16:14:21 +01:00
parent 47fd5e3895
commit 33a2982805
2 changed files with 12 additions and 4 deletions
@@ -48,11 +48,11 @@
</mat-menu>
</div>
<div class="title">
<ion-label>{{msg.u.name}}</ion-label>
<ion-label>{{msg.u.name}} {{msg.offline}}</ion-label>
<span class="time">{{showDateDuration(msg._updatedAt)}}</span>
</div>
<div>
<ion-label>{{msg.msg}}</ion-label>
<ion-label>{{msg.msg}} {{msg.offline}}</ion-label>
{{last ? scrollToBottom() : ''}}
</div>
</div>
@@ -67,7 +67,7 @@
</mat-menu>
</div>
<div class="title">
<ion-label>{{msg.u.name}}</ion-label>
<ion-label>{{msg.u.name}} </ion-label>
<span class="time">{{showDateDuration(msg.duration)}}</span>
</div>
<div>