Add contact's status if present (Android)

This commit is contained in:
KnugiHK
2023-06-20 14:07:42 +08:00
parent 55bc62cdc1
commit 136152dc18
4 changed files with 22 additions and 7 deletions

View File

@@ -89,7 +89,13 @@
</style>
</head>
<body>
<header class="w3-center w3-top">Chat history with {{ name }}</header>
<header class="w3-center w3-top">
Chat history with {{ name }}
{% if status is not none %}
<br>
<span class="w3-small">{{ status }}</span>
{% endif %}
</header>
<article class="w3-container">
<div class="table">
{% set last = {'last': 946688461.001} %}