Continue AI features and improve protocol support

This commit is contained in:
2026-02-15 16:57:32 +00:00
parent ab91c7dba1
commit 9a70f86088
62 changed files with 5472 additions and 441 deletions

View File

@@ -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 %}