feat: add unread badge count for conversations (#560)
* feat: add unread badge count for conversations * fix: mark all messages read on thread open * fix: address some lint issues * fix: mark as read/unread in the local db as well * docs: update changelog Refs: https://github.com/FossifyOrg/Messages/issues/264, https://github.com/FossifyOrg/Messages/issues/177
This commit is contained in:
parent
627f19471e
commit
0a66c46f0d
8 changed files with 110 additions and 16 deletions
|
|
@ -34,7 +34,7 @@ style:
|
|||
active: true
|
||||
ignoreAnnotated: ["Composable"]
|
||||
ignoreEnums: true
|
||||
ignoreNumbers: ["-1", "0", "1", "2", "42", "1000"]
|
||||
ignoreNumbers: ["-1", "0", "1", "2", "42", "128", "256", "1000"]
|
||||
MaxLineLength:
|
||||
active: true
|
||||
maxLineLength: 120
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue