Python : Group chat preview has been restored.

This commit is contained in:
Schimon Jehudah, Adv. 2024-10-16 00:14:34 +03:00
parent 8ef7685d0f
commit cb6b87544e
2 changed files with 11 additions and 10 deletions

View file

@ -64,9 +64,9 @@
{% for message in messages %}
<div class="entry"
id="{{message['id']}}">
<strong>{{message['mucnick']}}</strong>
<strong>{{message['alias']}}</strong>
<div class="summary">{{message['body']}}</div>
<div class="date">{{message['delay']['stamp'].__str__()}}</div>
<div class="date">{{message['timestamp']}}</div>
<!--
% if reactions %
<div class="reactions">