Chats: Limit Unread Messages Display #105

Closed
opened 2020-10-22 15:44:18 +02:00 by delvh · 0 comments
Owner

In the current implementation, the number of unread messages in a chat can go as far as Integer.MAX_VALUE, which is by far greater than intended. A better solution would be to limit the display to i.e. 99+ (and to expand the surrounding circle in that case).

In the current implementation, the number of unread messages in a chat can go as far as `Integer.MAX_VALUE`, which is by far greater than intended. A better solution would be to limit the display to i.e. `99+` (and to expand the surrounding circle in that case).
delvh added this to the v0.3-beta milestone 2020-10-22 15:44:18 +02:00
delvh added the
client
S
bug
labels 2020-10-22 15:44:33 +02:00
kske closed this issue 2020-10-23 17:19:44 +02:00
This repo is archived. You cannot comment on issues.
No description provided.