add: increase group maximum, better read receipts

This commit is contained in:
trisua 2025-09-02 19:30:03 -04:00
parent 0b242ac5f0
commit 9546c580e7
4 changed files with 41 additions and 18 deletions

View file

@ -11,7 +11,7 @@
; delivered and read by at least two people
(text "{{ icon \"check-check\" }}")
(text "{% for uid in chat.last_message_read_by -%}")
(text "{{ components::avatar(id=uid) }}")
(a ("href" "/@{{ uid }}?redirect=true") (text "{{ components::avatar(id=uid) }}"))
(text "{%- endfor %}")
(text "{%- endif %}"))
(text "{%- endif %}")