Continue AI features and improve protocol support
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
<th>sender</th>
|
||||
<th>text</th>
|
||||
<th>author</th>
|
||||
<th>delivered ts</th>
|
||||
<th>read ts</th>
|
||||
<th>read service</th>
|
||||
<th>read by</th>
|
||||
<th>actions</th>
|
||||
</thead>
|
||||
{% for item in object_list %}
|
||||
@@ -43,6 +47,10 @@
|
||||
</td>
|
||||
<td>{{ item.text }}</td>
|
||||
<td>{{ item.custom_author }}</td>
|
||||
<td>{{ item.delivered_ts }}</td>
|
||||
<td>{{ item.read_ts }}</td>
|
||||
<td>{{ item.read_source_service }}</td>
|
||||
<td>{{ item.read_by_identifier }}</td>
|
||||
<td>
|
||||
<div class="buttons">
|
||||
<button
|
||||
@@ -78,4 +86,4 @@
|
||||
{% endfor %}
|
||||
|
||||
</table>
|
||||
{% endcache %}
|
||||
{% endcache %}
|
||||
|
||||
Reference in New Issue
Block a user